properties) Inline classes are allowed to inherit from interfaces: interface Printable { fun prettyPrint(): String } inline class Name(val s: String) ...
確定! 回上一頁