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 620a81dCopy full SHA for 620a81d
tests/run/i5350b.check
@@ -0,0 +1 @@
1
+Hello
tests/run/i5350b.scala
@@ -0,0 +1,14 @@
+object Test {
2
+ def foo: Unit = {
3
+ object bar {
4
+ println("Hello")
5
+ def baz: Int = 1
6
+ }
7
+ import bar._
8
+ baz
9
10
+
11
+ def main(args: Array[String]): Unit = {
12
+ foo
13
14
+}
tests/run/i5350c.check
tests/run/i5350c.scala
+object bar {
0 commit comments