Files
kotlin-fork/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/danglingAnnotationsFileLevel.annotationOwners.txt
Dmitrii Gridin c5cba4c053 [FIR] builder: provide containingDeclarationSymbol
We cannot use only non-local declarations as anchors due to the same
resolution logic between member declarations of local classes, so we
have to support such cases as well

^KT-63042
2023-12-07 12:26:39 +00:00

8 lines
287 B
Plaintext
Vendored

@Suppress(String())
owner -> FirDanglingModifierSymbol
context -> FirDanglingModifierSymbol from FirFileSymbol danglingAnnotationsFileLevel.kt
@MustBeDocumented()
owner -> FirDanglingModifierSymbol
context -> FirDanglingModifierSymbol from FirFileSymbol danglingAnnotationsFileLevel.kt