Skip to content

Commit e7967c2

Browse files
committed
Fix build: missing error marker in neg test
1 parent c75070d commit e7967c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/namedTypeParams.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ object Test {
1111

1212
def f[X, Y](x: X, y: Y): Int = ???
1313

14-
f[X = Int, String](1, "") // error
14+
f[X = Int, String](1, "") // error // error
1515
f[X = Int][X = Int][Y = String](1, "") // error
1616
}

0 commit comments

Comments
 (0)