blob: 2ad782dacfefcd9526ed5a8fe79642218552009b [file] [log] [blame]
// WITH_RUNTIME
import java.util.*
fun foo() {
<caret>Arrays.asList(1, 2, 3)
}