We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5b3c3 commit 8e06bf7Copy full SHA for 8e06bf7
tests/pos/i6008.scala
@@ -0,0 +1,6 @@
1
+import scala.quoted._
2
+
3
+class C {
4
+ type T = Int
5
+ def fn(e : Expr[T]) : Expr[T] = '{ $e }
6
+}
0 commit comments