summaryrefslogblamecommitdiff
path: root/test/files/pos/t756.scala
blob: a3c790c65482422393528e631dc327d109350575 (plain) (tree)
1
2
3
4
5
6




                 
 
object test {
  for {
    n <- Some(42)
    _ <- Some(24)
  } yield n
}