// "Add val/var to parameter 'x'" "true" data class Foo(val x: Int, val y: Int) { }