[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
This commit is contained in:
committed by
Space Team
parent
80240198d2
commit
31852c6c05
+4
@@ -0,0 +1,4 @@
|
||||
annotation class MyAnn/* ClassDeclarationStructureElement */
|
||||
|
||||
@MyAnn/* DeclarationStructureElement */
|
||||
fin class Foo/* ClassDeclarationStructureElement */
|
||||
Reference in New Issue
Block a user