// WITH_RUNTIME class VarargVal { val param: Array constructor(vararg param: String) { this.param = param } }