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 4d8076f commit 935cb58Copy full SHA for 935cb58
tests/neg/i6056.scala
@@ -1,7 +1,7 @@
1
object i0{
2
- import i0.i0 // error
+ import i0.i0 // error
3
def i0={
4
- import _ // error // error
5
- import // error
+ import _ // error
+ import
6
} // error
7
-}
+}
0 commit comments