blob: 72230964f5acecb99002af29d5461a6e879c26ec [file] [log] [blame]
// "Remove 'val' from parameter" "true"
class Wrapper(vararg <caret>val x: Int) {
val y = x
}