val Array.length : Int get() = this.size fun box() = if(Array(10, {1}).length == 10) "OK" else "fail"