summaryrefslogtreecommitdiff
path: root/test/files/run/t7868b.check
blob: 6577c4bc4e377b16676495677451761f2fe5b02c (plain) (blame)
1
2
3
4
5
6
Expr[Int]({
  val x = (0: Short): @unchecked match {
    case A((x @ _)) => x
  };
  x
})