JVM: Mangle functions returning inline class values

Mangling suffix is base64-encoded MD5 of ":<returnTypeFQN>"
This commit is contained in:
Dmitry Petrov
2020-04-29 16:15:03 +03:00
parent 9beb36ca2b
commit b5bd3604b1
21 changed files with 175 additions and 93 deletions
@@ -14123,6 +14123,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/inlineClasses/kt37998.kt");
}
@TestMetadata("kt38680.kt")
public void testKt38680() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/kt38680.kt");
}
@TestMetadata("mangledDefaultParameterFunction.kt")
public void testMangledDefaultParameterFunction() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/mangledDefaultParameterFunction.kt");