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 796bfe7 commit de4846eCopy full SHA for de4846e
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