aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/quasiquotes-unliftable-not-found.scala
blob: b2a1ccb47d7591968c3fe58428d8058a304f8eaf (plain) (blame)
1
2
3
4
5
object Test extends App {
  import scala.reflect.runtime.universe._
  class C
  val q"${c: C}" = q"()"
}