We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deaf44d commit 0611948Copy full SHA for 0611948
tests/neg-custom-args/fatal-warnings/i8781b.scala
@@ -0,0 +1,5 @@
1
+object Test:
2
+
3
+ println((3: Boolean | Int).isInstanceOf[Boolean])
4
5
+ println(3.isInstanceOf[Boolean]) // error
0 commit comments