3 lines
66 B
Plaintext
Vendored
3 lines
66 B
Plaintext
Vendored
class Test(private val a: Array<String>) {
|
|
val size = a.size
|
|
} |