enum class TestEnum{ A, B, C } fun test() { TestEnum.C } //INFO:
TestEnum
enum entry CEnum constant ordinal: 2