Closed bishabosha closed 8 months ago
https://github.com/lampepfl/dotty/blob/e54be6ef2c1711a863d9f1384ed67b27e46489af/compiler/src/dotty/tools/dotc/core/Definitions.scala#L2296C5-L2307C21
see https://www.scala-lang.org/api/2.13.x/scala/Any.html#isInstanceOf%5BT0%5D:Boolean for comparison
Actually I saw the doc for isInstanceOf so of course it was different
https://github.com/lampepfl/dotty/blob/e54be6ef2c1711a863d9f1384ed67b27e46489af/compiler/src/dotty/tools/dotc/core/Definitions.scala#L2296C5-L2307C21
see https://www.scala-lang.org/api/2.13.x/scala/Any.html#isInstanceOf%5BT0%5D:Boolean for comparison