summaryrefslogtreecommitdiff
path: root/test/files/neg/t7294.scala
blob: 335d0711245d4e8683637adc82e6f861802918a9 (plain) (blame)
1
2
3
4
5
object Test {
  // Treat TupleN as final under -Xfuture for the for the purposes
  // of the "fruitless type test" warning.
  (1, 2) match { case Seq() => 0; case _ => 1 }
}