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