[FIR IDE] Replace FIR phase update to FIR IDE
This commit is contained in:
-4
@@ -24,10 +24,6 @@ object FirProjectionRelationChecker : FirBasicDeclarationChecker() {
|
||||
}
|
||||
|
||||
if (declaration is FirTypedDeclaration) {
|
||||
// The body of function contract is not fully resolved.
|
||||
if (declaration.resolvePhase == FirResolvePhase.CONTRACTS) {
|
||||
return
|
||||
}
|
||||
checkTypeRef(declaration.returnTypeRef, context, reporter)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user