2 lines
57 B
Groovy
2 lines
57 B
Groovy
|
|
def createFoos1 = { n -> (0..<n).collect { new Foo() } }
|