AL
val list = ArrayList<Int>()Size: a a a
AL
val list = ArrayList<Int>()BV
AN
A
A
AN
A
A
ArrayList<Int>() так?A
BP
BV
AN
arrayListOf(1,2,3).A
A
arrayListOf(1,2,3).AL
listOf / emptyListmutableListOfxOfA
listOf / emptyListmutableListOfxOfBV
listOf / emptyListmutableListOfxOfbuild*()AN
val list = ArrayList<Int>()
list.add(1)
liat.add(2)
AN
build*()BV