summaryrefslogtreecommitdiff
path: root/test/files/neg/t5903d/Test_2.scala
blob: 95c717a9d83aadc5df64beebfc73675202efff82 (plain) (blame)
1
2
3
4
5
6
object Test extends App {
  import Interpolation._
  42 match {
    case t"$x" => println(x)
  }
}