e8a8bc89c9
#KT-29321 Fixed
6 lines
86 B
Kotlin
Vendored
6 lines
86 B
Kotlin
Vendored
// PROBLEM: none
|
|
// DISABLE-ERRORS
|
|
enum class Bar(i: Int) {
|
|
A(1),
|
|
B()<caret>
|
|
} |