Replace SourceInterpreter with interpreter, which track only
functional arguments.
This commit is contained in:
+10
@@ -3696,6 +3696,16 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
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