We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bacf9a6 commit e474907Copy full SHA for e474907
tests/pos-from-tasty/i3598.scala
@@ -0,0 +1,4 @@
1
+class Foo[A] {
2
+ def baz(foo: Foo[_]): Unit = bar(foo)
3
+ def bar[A](foo: Foo[A]): A = ???
4
+}
0 commit comments