// "Remove 'val' from parameter" "true" class Wrapper(vararg val x: Int) { val y = x }