643b74fa28
^KT-55487
12 lines
182 B
Kotlin
Vendored
12 lines
182 B
Kotlin
Vendored
// DO_NOT_CHECK_SYMBOL_RESTORE_K1
|
|
// !LANGUAGE: +EnumEntries
|
|
// WITH_STDLIB
|
|
|
|
enum class MyKotlinEnum {
|
|
FirstEntry, SecondEntry;
|
|
}
|
|
|
|
fun test() {
|
|
MyKotlinEnum.entr<caret>ies
|
|
}
|