26ec7ec296
The new testdata seems to be more correct or just different ^KTIJ-23268
12 lines
170 B
Plaintext
Vendored
12 lines
170 B
Plaintext
Vendored
enum class MyEnumClass {
|
|
FirstEntry {
|
|
val a: kotlin.Int
|
|
},
|
|
SecondEntry,
|
|
ThirdEntry {
|
|
val b: kotlin.Int
|
|
|
|
val kotlin.Int.d: kotlin.Int
|
|
get()
|
|
}
|
|
} |