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.
2 parents 86ac8f2 + 00d8a8e commit ab091cfCopy full SHA for ab091cf
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