Skip to content

Commit 7500b7f

Browse files
committed
Test case for scala#530: symbolic import failure.
1 parent d935bb0 commit 7500b7f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
object P {
2+
def !#@ : Nothing = ???
3+
}
4+
5+
object Test {
6+
import P.!#@
7+
def f = !#@
8+
}

0 commit comments

Comments
 (0)