// "Remove 'val' from parameter" "true" class UsedInProperty(private val x: Int) { var y: String init { y = x.toString() } }