We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb60346 commit cfbdbd8Copy full SHA for cfbdbd8
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