Files
kotlin-fork/analysis/analysis-api/testData/components/scopeProvider/memberScopeByFqName/enumEntry.kt
T
2023-03-20 22:04:48 +00:00

11 lines
137 B
Kotlin
Vendored

// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
package test
enum class E {
A {
val x: String = ""
}
}
// callable: test/E.A