4973d3c359
#KT-36461 Fixed #KT-36462 Fixed
11 lines
115 B
Plaintext
Vendored
11 lines
115 B
Plaintext
Vendored
// "Create enum constant 'C'" "true"
|
|
enum class Bar {
|
|
A,
|
|
B,
|
|
<caret>C,
|
|
;
|
|
}
|
|
|
|
fun main() {
|
|
Bar.C
|
|
} |