5b328e9042
(cherry picked from commit d4116b5)
6 lines
99 B
Kotlin
Vendored
6 lines
99 B
Kotlin
Vendored
// "Remove 'val' from parameter" "true"
|
|
|
|
class Wrapper(vararg <caret>val x: Int) {
|
|
val y = x
|
|
}
|