Replace SourceInterpreter with interpreter, which track only

functional arguments.
This commit is contained in:
Ilmir Usmanov
2020-05-05 19:45:00 +02:00
parent 3173113cb3
commit 2c88844409
10 changed files with 187 additions and 93 deletions
@@ -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");