Skip to content

Commit 8a03b54

Browse files
committed
Add test case
1 parent 44f56f7 commit 8a03b54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/pos/i7778.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
object Example extends App {
2+
final case class Foo[A](run: A ?=> Int) {
3+
// def copy[A]: this.A ?=> Int = (using a) => run
4+
}
5+
}

0 commit comments

Comments
 (0)