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 0fca562 commit 7032915Copy full SHA for 7032915
tests/run/i2266.scala
@@ -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