poohbar
class Test() { var l: List<Int> = mutableListOf() init { l.add(4) // Unresolved } }
Andreas Sinz
l
List<Int>
MutableList<Int>
kotlin.collections.List
cedric
A modern programming language that makes developers happier.