Skip to content

Commit 059da73

Browse files
committed
Fix #6224: add test
1 parent 9553571 commit 059da73

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/pos/i6224.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
object O {
2+
opaque type T = Int
3+
object T {
4+
opaque type T = Int
5+
}
6+
}

0 commit comments

Comments
 (0)