Skip to content

Commit 8e06bf7

Browse files
committed
Fix #6008: Add test
1 parent 9f5b3c3 commit 8e06bf7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/pos/i6008.scala

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)