d9d04fc556
#KT-32981 Fixed
8 lines
95 B
Plaintext
Vendored
8 lines
95 B
Plaintext
Vendored
// "Create enum constant 'C'" "true"
|
|
enum class E {
|
|
A, B, <caret>C
|
|
}
|
|
|
|
fun foo() {
|
|
E.C
|
|
} |