[K2, MPP] Introduce FunctionDefaultParametersActualizerVisitor and use it in FunctionDefaultParametersActualizer

^KT-57263 Fixed
This commit is contained in:
Ivan Kochurkin
2023-03-31 22:56:31 +02:00
committed by Space Team
parent 1073797ed3
commit b7bb9c317f
22 changed files with 167 additions and 50 deletions
@@ -27455,6 +27455,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
public void testAnnotations() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/k2/defaultArguments/annotations.kt");
}
@TestMetadata("expectPropertyAsDefaultArgument.kt")
public void testExpectPropertyAsDefaultArgument() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/k2/defaultArguments/expectPropertyAsDefaultArgument.kt");
}
}
}