Files
kotlin-fork/compiler/testData/compileKotlinAgainstKotlin/ConstructorVararg.A.kt
T
2013-01-16 17:59:35 +04:00

4 lines
31 B
Kotlin
Vendored

class A(vararg s: String) {
}