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.
2 parents 5b01aaf + 6674cda commit 0e8c6daCopy full SHA for 0e8c6da
test/files/pos/t5413.scala
@@ -0,0 +1,9 @@
1
+object Fail {
2
+ def nom (guard : => Boolean) (something : => Unit) { }
3
+ def main(args: Array[String]) {
4
+ nom {
5
+ val i = 0
6
+ (i != 3)
7
+ }()
8
+ }
9
+}
0 commit comments