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