a4f805ccd0
Relates to #KT-34113 Relates to #KT-32965 Relates to #KT-33991 Relates to #KT-33597
8 lines
90 B
Kotlin
Vendored
8 lines
90 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
enum class B() {
|
|
;
|
|
|
|
fun test() {
|
|
<caret>B.values()
|
|
}
|
|
} |