[FIR IDE] Replace FIR phase update to FIR IDE

This commit is contained in:
Igor Yakovlev
2021-07-07 17:57:45 +02:00
parent df9a3c0300
commit 2fd6c55fc8
54 changed files with 1011 additions and 1053 deletions
@@ -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)
}