KT-2423 Jump after condition check in inner loop is to the wrong label

#KT-2423 Fixed
This commit is contained in:
Alexander Udalov
2012-07-23 20:09:58 +04:00
parent 69e1b8d407
commit 6eb4cf5aa5
3 changed files with 55 additions and 20 deletions
@@ -361,4 +361,9 @@ public class ControlStructuresTest extends CodegenTestCase {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt1688.kt");
}
public void testKt2423() {
createEnvironmentWithFullJdk();
blackBoxFile("regressions/kt2423.kt");
}
}