aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/macro/run/t5903d/Test_2.scala
blob: 5df60f024b83c896c783fcce852691c459d9c5ae (plain) (blame)
1
2
3
4
5
6
object Test extends dotty.runtime.LegacyApp {
  import Interpolation._
  42 match {
    case t"$x" => println(x)
  }
}