File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
compiler/test-resources/repl Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff 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
139scala> class T extends CanEqual
1410-- [E112] Syntax Error: --------------------------------------------------------
15111 | 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+
You can’t perform that action at this time.
0 commit comments