File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- -- [E006] Not Found Error: tests/neg/applied_constructors .scala:8:10 ----- ----------------------------------------------
1
+ -- [E006] Not Found Error: tests/neg/applied_constructor_types .scala:8:10 ----------------------------------------------
2
2
8 | val v1: f(1) = f(1) // error
3
3
| ^
4
4
| Not found: type f
5
5
|
6
6
| longer explanation available when compiling with `-explain`
7
7
Blop blop
8
- -- [E006] Not Found Error: tests/neg/applied_constructors .scala:9:10 ----- ----------------------------------------------
8
+ -- [E006] Not Found Error: tests/neg/applied_constructor_types .scala:9:10 ----------------------------------------------
9
9
9 | val v2: id(1) = f(1) // error
10
10
| ^^
11
11
| Not found: type id - did you mean is?
12
12
|
13
13
| longer explanation available when compiling with `-explain`
14
14
Blop blop
15
- -- [E006] Not Found Error: tests/neg/applied_constructors .scala:10:10 ----- ---------------------------------------------
15
+ -- [E006] Not Found Error: tests/neg/applied_constructor_types .scala:10:10 ---------------------------------------------
16
16
10 | val v3: idDependent(1) = f(1) // error
17
17
| ^^^^^^^^^^^
18
18
| Not found: type idDependent
You can’t perform that action at this time.
0 commit comments