// "Move to constructor" "true" class Complex(x: Int, y: Double, z: String) { /** * Very complex field x */ val x = x }