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

9 lines
115 B
Kotlin
Vendored

enum class E {
A {
val x: String = ""
fun foo() {
<expr>e</expr>
}
}
}