Skip to content

Commit 2302886

Browse files
oderskysmarter
authored andcommitted
Fix test
1 parent e5315cc commit 2302886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/traitParamsTyper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ trait T(x: Int) {
22
def f = x
33
}
44

5-
class C extends T // error
5+
class C0 extends T // error
66

77
class C(x: Int) extends T() // error
88

0 commit comments

Comments
 (0)