c5cba4c053
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
16 lines
598 B
Plaintext
Vendored
16 lines
598 B
Plaintext
Vendored
@FILE:FileAnnotation(String(file annotation))
|
|
owner -> FirFileSymbol fileAnnotationsWithoutPackage.kt
|
|
context -> FirFileSymbol fileAnnotationsWithoutPackage.kt
|
|
|
|
@FILE:Annotation1(String(foo))
|
|
owner -> FirFileSymbol fileAnnotationsWithoutPackage.kt
|
|
context -> FirFileSymbol fileAnnotationsWithoutPackage.kt
|
|
|
|
@FILE:Annotation2()
|
|
owner -> FirFileSymbol fileAnnotationsWithoutPackage.kt
|
|
context -> FirFileSymbol fileAnnotationsWithoutPackage.kt
|
|
|
|
@WithouTarget(String(argument))
|
|
owner -> FirDanglingModifierSymbol
|
|
context -> FirDanglingModifierSymbol from FirFileSymbol fileAnnotationsWithoutPackage.kt
|