JVM_IR: Minor. Add test for SMAP of inner object/lambda of inline suspend function
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user