fun foo() { arrayListOf(1, 2).count() } fun List.count(): Int = size // EXISTS: arrayListOf(vararg Int), count()