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 9b48d07 commit 03c6526Copy full SHA for 03c6526
tests/pos/i3703.scala
@@ -4,6 +4,7 @@ package bar {
4
object S {
5
def apply[X[_] <: M[X], A](x: X[A]): S[X, A] = S[X, A](x)
6
def unapply[X[_] <: M[X], A](p: S[X, A]): S[X, A] = S(p.x)
7
+ }
8
}
9
10
0 commit comments