Files
kotlin-fork/idea/testData/quickfix/canBePrimaryConstructorProperty/vararg.kt.after
T
2017-05-24 14:58:30 +02:00

3 lines
71 B
Plaintext
Vendored

// "Move to constructor" "true"
class A(vararg val strings: String) {
}