summaryrefslogblamecommitdiff
path: root/test/files/positions/Unpositioned1.scala
blob: 7fc520e93cb33528d51dd1593d96f48f23a01994 (plain) (tree)
1
2
3


                                          
object Unpositioned1 {
  for (a <- Some("foo") ; val b = true) {}
}