JVM_IR: slightly refactor JvmPropertiesLowering

to make it easier to generate different kinds of synthetic methods.

 #KT-47609 Fixed
This commit is contained in:
pyos
2021-06-30 18:47:20 +02:00
committed by Alexander Udalov
parent a943cdadef
commit 7ae4303e1b
7 changed files with 83 additions and 63 deletions
@@ -15598,6 +15598,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/inlineClasses/kt46554.kt");
}
@TestMetadata("kt47609.kt")
public void testKt47609() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/kt47609.kt");
}
@TestMetadata("mangledDefaultParameterFunction.kt")
public void testMangledDefaultParameterFunction() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/mangledDefaultParameterFunction.kt");