Skip to content

Commit d551238

Browse files
committed
Update pos test
1 parent 196033e commit d551238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/gadt-hkt-bounds.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
type Const = [X] =>> Int
22

3-
trait Expr[F[_]]
3+
trait Expr[+F[_]]
44
case class ConstExpr() extends Expr[Const]
55

66
def foo[F[_], A](e: Expr[F]): F[A] = e match

0 commit comments

Comments
 (0)