4abcc278fd
(cherry picked from commit 886cf21)
4 lines
123 B
Kotlin
Vendored
4 lines
123 B
Kotlin
Vendored
// "Move to constructor" "true"
|
|
class Complex(x: Int, y: Double, z: String) {
|
|
val <caret>y: Double = y // Duplicating
|
|
} |