fb0261bfc1
(of fields and classes, it is already correct for methods).
7 lines
131 B
Kotlin
Vendored
7 lines
131 B
Kotlin
Vendored
private enum class MyClass() {
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: class
|
|
// TESTED_OBJECTS: MyClass
|
|
// FLAGS: ACC_FINAL, ACC_SUPER, ACC_ENUM
|