[FIR] CustomAnnotationTypeAttribute: store fir symbol instead of declaration
^KTIJ-23547 ^KTIJ-24141
This commit is contained in:
committed by
Space Team
parent
9d42a5cb01
commit
8ce4c4eba9
+1
-1
@@ -81,6 +81,6 @@ private fun ConeKotlinType.customAnnotationsWithLazyResolve(phase: FirResolvePha
|
||||
val custom = attributes.custom ?: return emptyList()
|
||||
val annotations = custom.annotations.ifEmpty { return emptyList() }
|
||||
|
||||
custom.containerDeclaration?.lazyResolveToPhase(phase)
|
||||
custom.containerSymbol?.lazyResolveToPhase(phase)
|
||||
return annotations
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user