summaryrefslogtreecommitdiff
path: root/test/files/neg/t5903a.check
blob: 34003b0a82cb067f81dacdb10bd8b4e389c282b4 (plain) (blame)
1
2
3
4
Test_2.scala:4: error: too many patterns for <$anon: AnyRef> offering (SomeTree.type, SomeTree.type): expected 2, found 3
    case nq"$x + $y + $z" => println((x, y))
         ^
one error found