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
5 lines
150 B
Kotlin
5 lines
150 B
Kotlin
// WITH_STDLIB
|
|
// LOOK_UP_FOR_ELEMENT_OF_TYPE: org.jetbrains.kotlin.psi.KtAnnotationEntry
|
|
class F {
|
|
<expr>@Suppress("")</expr> @MustBeDocumented
|
|
} |