Files
kotlin-fork/analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/danglingAnnotationInMiddleWithComment.txt
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
189 B
Plaintext
Vendored

Diagnostics from elements:
for PSI element of type KtNameReferenceExpression at (1,2-7)
UNRESOLVED_REFERENCE text ranges: [(1,6)]
PSI: KtNameReferenceExpression at (1,2-7)