summaryrefslogblamecommitdiff
path: root/test/files/neg/t7330.scala
blob: 13a943a02bbe6755c3adec45467b107e458a4883 (plain) (tree)
1
2
3
4
5




                                               
class Y[T]
class Test {
  // TypeTree is not a valid tree for a pattern
  0 match { case Y[_] => }
}