7f50e6e70e
(cherry picked from commit 93aaa48)
5 lines
87 B
Kotlin
Vendored
5 lines
87 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
class VarArg(<caret>vararg x: String) {
|
|
val strList = x.toList()
|
|
} |