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