Files
kotlin-fork/analysis/analysis-api/testData/components/scopeProvider/declaredMemberScope/enumEntryInitializerWithEmptyBody.kt
T
2023-09-08 11:13:28 +00:00

9 lines
119 B
Kotlin
Vendored

// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
package test
enum class E {
A {}
}
// enum_entry_initializer: test/E.A