We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632278e commit ac05bd5Copy full SHA for ac05bd5
tests/neg/i19248/Foo.scala
@@ -0,0 +1,7 @@
1
+trait Foo { // error
2
+ class Bar
3
+
4
+ type T = Foo.this.Bar
5
6
+ inline def f: Int = ???
7
+}
tests/neg/i19248/Main.scala
@@ -0,0 +1,3 @@
+@main
+def Main(args: String*): Unit =
+ ()
tests/neg/i19248/Scope.scala
@@ -0,0 +1,4 @@
+object Scope {
+object Foo {
tests/neg/i19248/empty.scala
@@ -0,0 +1 @@
0 commit comments