We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b90a59 commit 1cec49aCopy full SHA for 1cec49a
tests/neg/interweaving-unmatched.scala
@@ -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