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