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
5
5
| Cannot extend sealed trait CanEqual in a different source file
6
6
|
7
7
| 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
13
9
scala> class T extends CanEqual
14
10
-- [E112] Syntax Error: --------------------------------------------------------
15
11
1 | class T extends CanEqual
16
12
| ^
17
13
| Cannot extend sealed trait CanEqual in a different source file
18
14
|
19
15
| 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