Skip to content

Commit

Permalink
Fix build more
Browse files Browse the repository at this point in the history
Complete #5818.
  • Loading branch information
Blaisorblade committed Jan 29, 2019
1 parent f37526b commit 178352c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/test-resources/repl/i5345
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
scala> def x[A, B]: ImplicitConverter[A, B] = _ => ???
def x[A, B] => ImplicitConverter[A, B]
scala> def x[A, B]: Conversion[A, B] = _ => ???
def x[A, B] => Conversion[A, B]

0 comments on commit 178352c

Please sign in to comment.