d9d04fc556
#KT-32981 Fixed
9 lines
135 B
Plaintext
Vendored
9 lines
135 B
Plaintext
Vendored
// "Create enum constant 'PUBLIC'" "true"
|
|
enum class TopicState {
|
|
PRIVATE,
|
|
<caret>PUBLIC
|
|
}
|
|
|
|
fun foo() {
|
|
TopicState.PUBLIC
|
|
} |