blob: 501c40cb15a7eb9539156fcfb2fff65fc4da6d3a [file]
fun foo() {
arrayListOf(1, 2).count()<caret>
}
// EXISTS: arrayListOf(vararg Int), count()