More tests for continue in for loops

This commit is contained in:
Andrey Breslav
2012-08-30 20:30:03 +04:00
parent d26b3e04e4
commit a47ab0d408
3 changed files with 158 additions and 18 deletions
@@ -349,6 +349,11 @@ public class ControlStructuresTest extends CodegenTestCase {
blackBoxFile("controlStructures/continueInFor.kt");
}
public void testContinueToLabelInFor() throws Exception {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_AND_ANNOTATIONS);
blackBoxFile("controlStructures/continueToLabelInFor.kt");
}
public void testKt628() throws Exception {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt628.kt");