Skip to content

Commit 7032915

Browse files
committed
Test case
1 parent 0fca562 commit 7032915

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/run/i2266.scala

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
object Test extends App {
2+
def f = {
3+
lazy val x: true = { println("X"); true }
4+
println(x)
5+
}
6+
f
7+
}
8+

0 commit comments

Comments
 (0)