summaryrefslogblamecommitdiff
path: root/test/files/neg/t7895.scala
blob: 87a586a82d83cb3ae831f2a264be002ab4e14c4c (plain) (tree)
1
2
3
4
5
6





                                                                                
class A {
  (null: Any) match {
    // We don't want "symbol not found errors" for `a` and `b` in the case body.
    case Goop(a, b, c) => Tuple2(a, b)
  }
}