JVM backend test for local returns

This commit is contained in:
Andrey Breslav
2013-08-21 18:05:36 +04:00
parent 08625a6b2f
commit aa99c29d8d
2 changed files with 24 additions and 0 deletions
@@ -1199,6 +1199,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/closures/localFunctionInInitializer.kt");
}
@TestMetadata("localReturn.kt")
public void testLocalReturn() throws Exception {
doTest("compiler/testData/codegen/box/closures/localReturn.kt");
}
@TestMetadata("recursiveClosure.kt")
public void testRecursiveClosure() throws Exception {
doTest("compiler/testData/codegen/box/closures/recursiveClosure.kt");