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