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 45641b7 commit ebd2e22Copy full SHA for ebd2e22
tests/pos/i4773.scala
@@ -0,0 +1,6 @@
1
+import scala.quoted._
2
+object Foo {
3
+ inline def foo2(): Unit = ~foo2Impl()
4
+ def foo2Impl(): Expr[Unit] = '()
5
+ inline def foo(): Unit = foo2()
6
+}
0 commit comments