[Kotlin] class Wrapper { private val wrapped: Wrapped = Wrapped(false) var x: Boolean get() = wrapped.x set(value) { wrapped.x = value } .
確定! 回上一頁