Skip to content

Commit 5f480b6

Browse files
committed
Fix repl test
1 parent 7ca1aee commit 5f480b6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

compiler/test-resources/repl/i5345

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
scala> def x[A, B]: Conversion[A, B] = _ => ???
2-
def x[A, B] => Conversion[A, B]
2+
def x[A, B]: Conversion[A, B]

0 commit comments

Comments
 (0)