Skip to content

Commit af81f87

Browse files
committed
Add original test case
1 parent 41c4428 commit af81f87

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/pos/i2833.scala

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)