Skip to content

Commit aa4714b

Browse files
committed
Fix scala#10868: add test
1 parent 72f1fcf commit aa4714b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/pos/i10868/J_JAVA_ONLY_2.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
class J { T.O$ o; }

tests/pos/i10868/T_1.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
trait T { object O }

0 commit comments

Comments
 (0)