[low level api] fix ISE: Expected FirResolvedTypeRef with ConeKotlinType but was FirImplicitTypeRefImpl for CheckDslScopeViolation
This commit is contained in:
@@ -45,6 +45,12 @@ abstract class FirBasedSymbol<E : FirDeclaration> {
|
||||
return fir.annotations
|
||||
}
|
||||
|
||||
val resolvedAnnotationsWithClassIds: List<FirAnnotation>
|
||||
get() {
|
||||
ensureResolved(FirResolvePhase.TYPES)
|
||||
return fir.annotations
|
||||
}
|
||||
|
||||
val resolvedAnnotationClassIds: List<ClassId>
|
||||
get() {
|
||||
ensureResolved(FirResolvePhase.TYPES)
|
||||
|
||||
Reference in New Issue
Block a user