[JS IR] Make sure TypeOperatorLowering is after Interop CR Lowering
This commit is contained in:
committed by
TeamCityServer
parent
f3035ac78e
commit
d4ace2ffe8
@@ -621,7 +621,8 @@ private val typeOperatorLoweringPhase = makeBodyLoweringPhase(
|
||||
prerequisite = setOf(
|
||||
bridgesConstructionPhase,
|
||||
removeInlineDeclarationsWithReifiedTypeParametersLoweringPhase,
|
||||
singleAbstractMethodPhase, errorExpressionLoweringPhase
|
||||
singleAbstractMethodPhase, errorExpressionLoweringPhase,
|
||||
interopCallableReferenceLoweringPhase
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user