Files
kotlin-fork/analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationInMiddle.kt
T
Dmitrii Gridin 31852c6c05 [LL FIR] FileStructure: support dangling modifier list in non-end position
The root cause of the exception is that we missed such an element, and
it led to unresolved declaration during iteration over file declarations

^KT-65562 Fixed
2024-02-12 23:14:12 +00:00

5 lines
154 B
Kotlin
Vendored

annotation class MyAnn/* ClassDeclarationStructureElement */
@MyAnn/* DeclarationStructureElement */
fin class Foo/* ClassDeclarationStructureElement */