JVM_IR: Minor. Add test for SMAP of inner object/lambda of inline suspend function

This commit is contained in:
Ilmir Usmanov
2020-01-15 10:04:02 +01:00
parent 877509306d
commit 6ede10c1ca
5 changed files with 166 additions and 0 deletions
@@ -3238,6 +3238,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/smap/classFromDefaultPackage.kt");
}
@TestMetadata("crossroutines.kt")
public void testCrossroutines() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/crossroutines.kt");
}
@TestMetadata("defaultFunction.kt")
public void testDefaultFunction() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/defaultFunction.kt");