Skip to content

Commit 03c6526

Browse files
committed
Fix typo in test
1 parent 9b48d07 commit 03c6526

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pos/i3703.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ package bar {
44
object S {
55
def apply[X[_] <: M[X], A](x: X[A]): S[X, A] = S[X, A](x)
66
def unapply[X[_] <: M[X], A](p: S[X, A]): S[X, A] = S(p.x)
7+
}
78
}
89

910

0 commit comments

Comments
 (0)