Hullaballoonatic
Foo(override val size: Int = 100) : ArrayList<Bar>(size)
Bar
init { this.fill(Bar()) }