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