a4f805ccd0
Relates to #KT-34113 Relates to #KT-32965 Relates to #KT-33991 Relates to #KT-33597
8 lines
81 B
Plaintext
Vendored
8 lines
81 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
enum class B() {
|
|
;
|
|
|
|
fun test() {
|
|
values()
|
|
}
|
|
} |