aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg-with-implicits/t5903c/Test_2.scala
blob: a1fd31dd498304fbfe989025c1b04952e6cdecf3 (plain) (blame)
1
2
3
4
5
6
object Test extends App {
  import Interpolation._
  "2" match {
    case t"$x" => println(x)
  }
}