aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t5903e/Test_2.scala
blob: d69d472436854e877e8b79034148e881eab5834f (plain) (blame)
1
2
3
4
5
6
class C {
  import Interpolation._
  42 match {
    case t"$x" => println(x)
  }
}