aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t0029.scala
blob: 937b6d70c0490aa63f03c1c7e7cbcf23998b0f09 (plain) (blame)
1
2
3
object Main {
  def f[a]: List[List[a]] = for (l1 <- Nil; l2 <- Nil) yield l1
}