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 3d003ddCopy full SHA for 3d003dd
tests/neg/i4514.scala
@@ -0,0 +1,4 @@
1
+object Foo {
2
+ inline def foo[X](x: X): Unit = ~fooImpl('(x)) // error: missing typetag Type[X]. May not be an error if we synthesize them #4515.
3
+ def fooImpl[X: quoted.Type](x: X): quoted.Expr[Unit] = '()
4
+}
0 commit comments