Kotlin data classes can use Java records as their implementation if running on JVM ... enum class EitherType { LEFT, RIGHT } data class EitherTest(val type: ...
確定! 回上一頁