Skip to content

Commit 4e009c6

Browse files
committed
Fix tests
1 parent e2fdcb2 commit 4e009c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/neg/i6225.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
object O1 { // error: cannot be instantiated
1+
object O1 {
22
type A[X] = X
33
opaque type T = A // error: opaque type alias must be fully applied
44
}
55

66
object O2 {
77
opaque type A[X] = X
8-
object A { // error: cannot be instantiated
8+
object A {
99
opaque type T = A // error: opaque type alias must be fully applied
1010
}
1111
}

0 commit comments

Comments
 (0)