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