We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774fbd1 commit 9af572dCopy full SHA for 9af572d
tests/neg-custom-args/extmethods-tparams.scala
@@ -1,2 +1,2 @@
1
def (self: T) foo[T] = ??? // error
2
-def [T1](self: T1) bar[T2] = ??? // error
+def [T1](self: T1) bar[T2] = ??? // error // error
0 commit comments