Skip to content

Commit 55b586f

Browse files
committed
Update i9408.check with new syntax
1 parent 8f74b95 commit 55b586f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg-custom-args/fatal-warnings/i9408a.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
-- Error: tests/neg-custom-args/fatal-warnings/i9408a.scala:26:20 ------------------------------------------------------
1010
26 | val length: Int = "qwerty" // error
1111
| ^^^^^^^^
12-
|The conversion (Test5.implicitLength : [A] => String => Int) will not be applied implicitly here in Scala 3 because only implicit methods and instances of Conversion class will continue to work as implicit views.
12+
|The conversion (Test5.implicitLength : [A]: String => Int) will not be applied implicitly here in Scala 3 because only implicit methods and instances of Conversion class will continue to work as implicit views.
1313
-- Error: tests/neg-custom-args/fatal-warnings/i9408a.scala:31:20 ------------------------------------------------------
1414
31 | val length: Int = "qwerty" // error
1515
| ^^^^^^^^

0 commit comments

Comments
 (0)