summaryrefslogtreecommitdiff
path: root/test/files/run/annotatedRetyping.check
blob: b296a805267cba8484c0d633ab44c508e584de06 (plain) (blame)
1
2
3
4
5
6
typing List(1, 2).map(((x) => {
  val another = scala.Tuple2(t.nt, t.tr): @testAnn match {
    case scala.Tuple2(_, _) => 1
  };
  x
}))