// "Create enum constant 'PUBLIC'" "true" enum class TopicState { PRIVATE } fun foo() { TopicState.PUBLIC }