[LL FIR] support lazy resolve for WrappedIntegerOperator
^KTIJ-25761 Fixed
This commit is contained in:
committed by
Space Team
parent
563f913a95
commit
d7c197b31e
+1
-2
@@ -40,7 +40,7 @@ class FirIntegerConstantOperatorScope(
|
||||
session,
|
||||
scopeSession,
|
||||
FakeOverrideTypeCalculator.DoNothing,
|
||||
requiredMembersPhase = null,
|
||||
requiredMembersPhase = FirResolvePhase.STATUS,
|
||||
) ?: error("Scope for $baseType not found")
|
||||
}
|
||||
|
||||
@@ -81,7 +81,6 @@ class FirIntegerConstantOperatorScope(
|
||||
returnTypeRef = buildResolvedTypeRef {
|
||||
type = ConeIntegerConstantOperatorTypeImpl(isUnsigned, ConeNullability.NOT_NULL)
|
||||
}
|
||||
|
||||
}.also {
|
||||
it.originalForWrappedIntegerOperator = originalSymbol
|
||||
it.isUnsignedWrappedIntegerOperator = isUnsigned
|
||||
|
||||
Reference in New Issue
Block a user