Skip to content

Commit 9402783

Browse files
committed
Fixed test
1 parent ae0411c commit 9402783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i0248-inherit-refined.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ object test {
66
class C extends Y
77
type Z = A | B
88
class D extends Z
9-
abstract class A extends ({ val x: Int })
9+
abstract class E extends ({ val x: Int })
1010
}

0 commit comments

Comments
 (0)