aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t4269.scala
blob: 99a30785b4d1055e4356a3ddfdedc7e42f0cb54c (plain) (blame)
1
2
3
4
5
class A {
  PartialFunction.condOpt(Nil) {
    case items@List(_*) if true =>
  }
}