I have some code like this: abstract class A { init { println("${this::class.simpleName}") } } object B : A() { } I want the println ...
確定! 回上一頁