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
6 lines
96 B
Kotlin
Vendored
6 lines
96 B
Kotlin
Vendored
// COMPILATION_ERRORS
|
|
annotation class Ann0
|
|
interface I
|
|
class Foo {
|
|
@<caret>Ann0 @Suppress
|
|
} |