class MockCls(private val a: Int = 0) { constructor(x: String) : this(x.toInt()) fun add(b: Int) = a + b } ...
確定! 回上一頁