[AA FIR] FirCallableSignature: avoid redundant resolve for return type
^KT-54826
This commit is contained in:
committed by
Space Team
parent
3bc9299b3b
commit
c5fb8e7ceb
+1
-3
@@ -48,9 +48,7 @@ internal class FirCallableSignature private constructor(
|
||||
}
|
||||
}
|
||||
|
||||
declaration.lazyResolveToPhase(FirResolvePhase.IMPLICIT_TYPES_BODY_RESOLVE)
|
||||
|
||||
return returnType == declaration.returnTypeRef.renderType()
|
||||
return returnType == declaration.symbol.resolvedReturnTypeRef.renderType()
|
||||
}
|
||||
|
||||
override fun equals(other: Any?): Boolean {
|
||||
|
||||
Reference in New Issue
Block a user