Skip to content

Commit 178352c

Browse files
committed
Fix build more
Complete #5818.
1 parent f37526b commit 178352c

File tree

1 file changed

+2
-2
lines changed
  • compiler/test-resources/repl

1 file changed

+2
-2
lines changed

compiler/test-resources/repl/i5345

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
scala> def x[A, B]: ImplicitConverter[A, B] = _ => ???
2-
def x[A, B] => ImplicitConverter[A, B]
1+
scala> def x[A, B]: Conversion[A, B] = _ => ???
2+
def x[A, B] => Conversion[A, B]

0 commit comments

Comments
 (0)