11a3482970
#KT-38632 Fixed
7 lines
132 B
Plaintext
Vendored
7 lines
132 B
Plaintext
Vendored
// "Move to constructor" "true"
|
|
class Complex(
|
|
/**
|
|
* Very complex field x
|
|
*/
|
|
val x: Int, y: Double, z: String) {
|
|
} |