We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37526b commit 178352cCopy full SHA for 178352c
compiler/test-resources/repl/i5345
@@ -1,2 +1,2 @@
1
-scala> def x[A, B]: ImplicitConverter[A, B] = _ => ???
2
-def x[A, B] => ImplicitConverter[A, B]
+scala> def x[A, B]: Conversion[A, B] = _ => ???
+def x[A, B] => Conversion[A, B]
0 commit comments