blob: 9b389f375906969547ffac4d3bd1880913fe45e0 [file] [log] [blame]
// INTENTION_TEXT: Convert to vararg parameter (may break code)
// DISABLE-ERRORS
fun test(vararg a: String) {
a[0] = ""
}