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 15cff7c commit 779fc66Copy full SHA for 779fc66
tests/pos/i4514.scala
@@ -0,0 +1,4 @@
1
+object Foo {
2
+ inline def foo[X](x: X): Unit = ~fooImpl('(x))
3
+ def fooImpl[X: quoted.Type](x: X): quoted.Expr[Unit] = '()
4
+}
0 commit comments