static box Main { main() { a = new ArrayBox() print(a.length().toString()) return 0 } }