class Hello(val x: String) { val y = "Hello" val z = x + y }