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 41c4428 commit af81f87Copy full SHA for af81f87
tests/pos/i2833.scala
@@ -0,0 +1,9 @@
1
+object a {
2
+ val x: scala.Any =
3
+ if (true)
4
+ 0L
5
+ else if (false)
6
+ (0: Int)
7
+ else
8
+ null
9
+}
0 commit comments