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 cd21681 + 9430354 commit a05678fCopy full SHA for a05678f
tests/run/i7031.scala
@@ -0,0 +1,9 @@
1
+@main def Test = {
2
+ val a = 5
3
+ val x = 1
4
+ + //
5
+ `a` * 6
6
+
7
+ assert(x == 1)
8
+}
9
0 commit comments