blob: 88e3158faa84290cdd9604cfcce31beb8aba162b [file] [log] [blame]
fun foo(vararg s: String){}
fun bar(array: Array<String>) {
foo(<caret>*array)
}