2 lines
39 B
Scala
2 lines
39 B
Scala
|
|
for (i <- (0 until n)) yield new Foo()
|
|
|
for (i <- (0 until n)) yield new Foo()
|