15b1e429d7
ensure fir annotations are included in FirDanglingModifierList and resolved, dedicated DanglingTopLevelModifierListStructureElement exists for top level lists only, class level lists are processed by containing structure element
8 lines
116 B
Kotlin
Vendored
8 lines
116 B
Kotlin
Vendored
// UNRESOLVED_REFERENCE
|
|
class Foo {
|
|
fun foo() {
|
|
class Local {
|
|
@<caret>Ann0
|
|
}
|
|
}
|
|
} |