enum class RGB { RED, GREEN, BLUE } inline fun > printAllValues() { print(enumValues ().joinToString { it.name }) } printAllValues ...
確定! 回上一頁