Skip to content

Commit f1cae1f

Browse files
Merge pull request #6039 from dotty-staging/fix-#6008
Fix #6008: Add test
2 parents 751c84c + 8e06bf7 commit f1cae1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/pos/i6008.scala

Lines changed: 6 additions & 0 deletions
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)