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