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 44f56f7 commit 8a03b54Copy full SHA for 8a03b54
tests/pos/i7778.scala
@@ -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