blob: 7f0ba2385c47c9d2e194a2353f8031434c90e67c [file] [log] [blame]
// "Remove 'val' from parameter" "true"
class Wrapper(vararg x: Int) {
val y = x
}