File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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 ----------------------------------------------
228 | val v1: f(1) = f(1) // error
33 | ^
44 | Not found: type f
55 |
66 | longer explanation available when compiling with `-explain`
77Blop 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 ----------------------------------------------
999 | val v2: id(1) = f(1) // error
1010 | ^^
1111 | Not found: type id - did you mean is?
1212 |
1313 | longer explanation available when compiling with `-explain`
1414Blop 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 ---------------------------------------------
161610 | val v3: idDependent(1) = f(1) // error
1717 | ^^^^^^^^^^^
1818 | Not found: type idDependent
You can’t perform that action at this time.
0 commit comments