Replace SourceInterpreter with interpreter, which track only
functional arguments.
This commit is contained in:
Generated
+10
@@ -3296,6 +3296,16 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
||||
runTest("compiler/testData/codegen/boxInline/stackOnReturn/nonLocalReturn3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("poppedLocalReturn.kt")
|
||||
public void testPoppedLocalReturn() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/stackOnReturn/poppedLocalReturn.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("poppedLocalReturn2.kt")
|
||||
public void testPoppedLocalReturn2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/stackOnReturn/poppedLocalReturn2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("returnLong.kt")
|
||||
public void testReturnLong() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/stackOnReturn/returnLong.kt");
|
||||
|
||||
+10
@@ -3296,6 +3296,16 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
|
||||
runTest("compiler/testData/codegen/boxInline/stackOnReturn/nonLocalReturn3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("poppedLocalReturn.kt")
|
||||
public void testPoppedLocalReturn() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/stackOnReturn/poppedLocalReturn.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("poppedLocalReturn2.kt")
|
||||
public void testPoppedLocalReturn2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/stackOnReturn/poppedLocalReturn2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("returnLong.kt")
|
||||
public void testReturnLong() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/stackOnReturn/returnLong.kt");
|
||||
|
||||
Reference in New Issue
Block a user