Skip to content

Commit 20f1eff

Browse files
committed
Fix neg test
1 parent 586458b commit 20f1eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/neg/i6056.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object i0{
2-
import i0.i0 // error
2+
import i0.i0
33
def i0={
44
import _ // error
55
import
6-
} // error
6+
} // error
77
}

0 commit comments

Comments
 (0)