Hullaballoonatic
06/12/2018, 7:40 PMCannot choose among the following candidates without completing type inference:
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