also, i've been coding around this issue for a bit...
# announcements
h
also, i've been coding around this issue for a bit because it never really felt all that pressing, and a quick google search was giving me nothing. Is there an issue with my libraries or something?
Cannot choose among the following candidates without completing type inference:
Copy code
public fun <T> arrayListOf(vararg elements: Any): kotlin.collections.ArrayList<Any> /* = java.util.ArrayList<Any> */ defined in kotlin.collections
public fun <T> arrayListOf(vararg elements: Int): kotlin.collections.ArrayList<Int> defined in kotlin.collections