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 b431a4b commit 6674cdaCopy full SHA for 6674cda
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