summaryrefslogtreecommitdiff
path: root/test/files/neg/t5903d.check
blob: d5d3fdcc28a6579b996165c20da2cdf6450da248 (plain) (blame)
1
2
3
4
5
6
7
Test_2.scala:4: error: extractor macros can only expand into extractor calls
    case t"$x" => println(x)
         ^
Test_2.scala:4: error: not found: value x
    case t"$x" => println(x)
                          ^
two errors found