aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1975.scala
blob: 4657a673522e062eaa0e2940837be562ed621bc2 (plain) (blame)
1
2
3
4
5
object Test {
  val X = Seq(1, 2)

  for (X <- Seq(3, 4)) yield println(X)
}