IC: Implement expect/actual tracking
fixes NewMultiplatformIT.testIncrementalCompilation also #KT-61590 fixed
This commit is contained in:
committed by
Space Team
parent
9ed23a7f07
commit
e5ee364419
+1
@@ -278,6 +278,7 @@ open class IncrementalFirJvmCompilerRunner(
|
||||
evaluatedConstTracker = configuration
|
||||
.putIfAbsent(CommonConfigurationKeys.EVALUATED_CONST_TRACKER, EvaluatedConstTracker.create()),
|
||||
inlineConstTracker = configuration[CommonConfigurationKeys.INLINE_CONST_TRACKER],
|
||||
expectActualTracker = configuration[CommonConfigurationKeys.EXPECT_ACTUAL_TRACKER],
|
||||
allowNonCachedDeclarations = false,
|
||||
useIrFakeOverrideBuilder = configuration.getBoolean(CommonConfigurationKeys.USE_IR_FAKE_OVERRIDE_BUILDER),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user