Skip to content

Commit 040f79a

Browse files
committed
Update check file for applied constructor types neg test
1 parent aaf22cd commit 040f79a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tests/neg/applied_constructor_types.check

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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 ----------------------------------------------
22
8 | val v1: f(1) = f(1) // error
33
| ^
44
| Not found: type f
55
|
66
| longer explanation available when compiling with `-explain`
77
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 ----------------------------------------------
99
9 | 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`
1414
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 ---------------------------------------------
1616
10 | val v3: idDependent(1) = f(1) // error
1717
| ^^^^^^^^^^^
1818
| Not found: type idDependent

0 commit comments

Comments
 (0)