Skip to content

Commit 1cec49a

Browse files
committed
Revert "Remove faulty test"
This reverts commit e17248f.
1 parent 6b90a59 commit 1cec49a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
object unmatched:
2+
def f1[T (x: T)] = ??? // error
3+
def f2(x: Any[)T] = ??? // error // error
4+
def f3[T(x: T) = ??? // error

0 commit comments

Comments
 (0)