8d6d228bb8
#KT-18035 Fixed
4 lines
100 B
Kotlin
Vendored
4 lines
100 B
Kotlin
Vendored
// "Move to constructor" "true"
|
|
class A(vararg strings: String) {
|
|
val <caret>strings = strings
|
|
} |