## reproduction steps using Scala 2.13.5, ```scala scala> q"'c" val res1: $r.intp.global.Tree = scala.Symbol("c") ``` ## problem Quasiquotes shouldn't be off the hook for deprecated language features.