// "Move to constructor" "true" class Complex(x: Int, // Duplicating val y: Double, z: String) { }