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