Skip to content

Commit 79bad18

Browse files
committed
Fix repl test
1 parent 1451788 commit 79bad18

File tree

1 file changed

+3
-10
lines changed
  • compiler/test-resources/repl

1 file changed

+3
-10
lines changed

compiler/test-resources/repl/i7644

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,13 @@ scala> class T extends CanEqual
55
| Cannot extend sealed trait CanEqual in a different source file
66
|
77
| longer explanation available when compiling with `-explain`
8-
-- [E056] Syntax Error: --------------------------------------------------------
9-
1 | class T extends CanEqual
10-
| ^^^^^^^^
11-
| Missing type parameter for CanEqual
12-
2 errors found
8+
1 error found
139
scala> class T extends CanEqual
1410
-- [E112] Syntax Error: --------------------------------------------------------
1511
1 | class T extends CanEqual
1612
| ^
1713
| Cannot extend sealed trait CanEqual in a different source file
1814
|
1915
| longer explanation available when compiling with `-explain`
20-
-- [E056] Syntax Error: --------------------------------------------------------
21-
1 | class T extends CanEqual
22-
| ^^^^^^^^
23-
| Missing type parameter for CanEqual
24-
2 errors found
16+
1 error found
17+

0 commit comments

Comments
 (0)