Skip to content

Commit dfaf77b

Browse files
Merge pull request #8549 from dotty-staging/fix-8548
Fix #8548: add test
2 parents ce45ef6 + 7b8cf2d commit dfaf77b

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

compiler/test-resources/repl/i8548

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
scala> def foo[F[_],A](f:F[A]):F[A] = f
2+
def foo[F[_$1], A](f: F[A]): F[A]

0 commit comments

Comments
 (0)