JVM IR: Mangle names of $$forInline functions
This commit is contained in:
committed by
Alexander Udalov
parent
7cc06489dd
commit
dad10e94aa
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user