aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/neg-with-implicits/t5903d/Test_2.scala
blob: 95c717a9d83aadc5df64beebfc73675202efff82 (plain) (tree)
1
2
3
4
5
6





                            
object Test extends App {
  import Interpolation._
  42 match {
    case t"$x" => println(x)
  }
}