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 511caeb commit fab746cCopy full SHA for fab746c
tests/run/i5350b.check
@@ -0,0 +1 @@
1
+Hello
tests/run/i5350b.scala
@@ -0,0 +1,10 @@
+object Test {
2
+ def foo: Unit = {
3
+ object bar { println("Hello") }
4
+ bar
5
+ }
6
+
7
+ def main(args: Array[String]): Unit = {
8
+ foo
9
10
+}
tests/run/i5350c.check
tests/run/i5350c.scala
+object bar { println("Hello") }
0 commit comments