summaryrefslogblamecommitdiff
path: root/test/files/neg/t5903e/Test_2.scala
blob: d69d472436854e877e8b79034148e881eab5834f (plain) (tree)
1
2
3
4
5
6





                            
class C {
  import Interpolation._
  42 match {
    case t"$x" => println(x)
  }
}