Skip to content

Commit 20fb6de

Browse files
committed
Update checkfile after rebase fixes
1 parent ade6ff2 commit 20fb6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/erasedValueb.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
7 | foo0(erasedValue[Int]) // error
33
| ^^^^^^^^^^^
44
| method erasedValue is declared as `erased`, but is in fact used
5-
-- [E215] Type Error: tests/neg/erasedValueb.scala:8:18 ----------------------------------------------------------------
5+
-- [E216] Type Error: tests/neg/erasedValueb.scala:8:18 ----------------------------------------------------------------
66
8 | foo1(erasedValue[Int]) // error
77
| ^^^^^^^^^^^^^^^^
88
| argument to an erased parameter fails to be a pure expression

0 commit comments

Comments
 (0)