``` class A { val arr: Array<Int> = ......
# getting-started
v
Copy code
class A {
    val  arr: Array<Int> = ...
}
is better IMO