26ec7ec296
The new testdata seems to be more correct or just different ^KTIJ-23268
11 lines
134 B
Plaintext
Vendored
11 lines
134 B
Plaintext
Vendored
enum class MyEnumClass {
|
|
FirstEntry {
|
|
fun a()
|
|
},
|
|
SecondEntry,
|
|
ThirdEntry {
|
|
fun one()
|
|
|
|
fun one(i: kotlin.Int)
|
|
}
|
|
} |