We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b930297 commit 38b7bebCopy full SHA for 38b7beb
compiler/ir/backend.common/src/org/jetbrains/kotlin/backend/common/phaser/IrValidationPhase.kt
@@ -106,7 +106,6 @@ class IrValidationAfterInliningAllFunctionsOnTheFirstStagePhase<Context : Loweri
106
) : IrValidationPhase<Context>(context) {
107
override val defaultValidationConfig: IrValidatorConfig
108
get() = IrValidatorConfig()
109
- .withBasicChecks().withoutCheckers(IrPrivateDeclarationOverrideChecker)
110
.withInlineFunctionCallsiteCheck(checkInlineFunctionCallSites)
111
}
112
0 commit comments