aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t7330.scala
blob: 2d1660fad1ec4b1d9e6326b80a0cde9c73ab3f15 (plain) (blame)
1
2
3
4
5
class Y[T]
class Test {
  // TypeTree is not a valid tree for a pattern
  0 match { case Y[_] => }
}