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 2ce89da commit 00d8a8eCopy full SHA for 00d8a8e
tests/pos/i3955.scala
@@ -0,0 +1,4 @@
1
+object Foo {
2
+ inline def f[S, T](x: S): T = ???
3
+ def g(x: Int) = f[T = Any](x)
4
+}
0 commit comments