JVM IR: Mangle names of $$forInline functions

This commit is contained in:
Steven Schäfer
2021-01-07 16:17:48 +01:00
committed by Alexander Udalov
parent 7cc06489dd
commit dad10e94aa
6 changed files with 32 additions and 3 deletions
@@ -1443,6 +1443,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/coroutines/effectivelyInlineOnly.kt");
}
@TestMetadata("internalInlineSuspend.kt")
public void testInternalInlineSuspend() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/coroutines/internalInlineSuspend.kt");
}
@TestMetadata("mergeLvt.kt")
public void testMergeLvt() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/coroutines/mergeLvt.kt");