data class mutableClass(val list: List<Foo>) { private val mutableList: MutableList<Foo> get() = ImmutableList.copyOf(field) init ...
確定! 回上一頁