3 lines
73 B
Kotlin
Vendored
3 lines
73 B
Kotlin
Vendored
class Test(<caret>private vararg val a: String) {
|
|
val size = a.size
|
|
} |