fun <T> mutableListOf(): MutableList<T>. Returns an empty new MutableList. import kotlin.test.* fun main(args: Array<String>) { //sampleStart val list ...
確定! 回上一頁