KT-998: wrong codegen for labeled continue/break

This commit is contained in:
Alex Tkachman
2012-01-19 00:01:46 +01:00
parent 9b0ff6b4d8
commit 52b81a15e5
3 changed files with 72 additions and 12 deletions
@@ -266,4 +266,8 @@ public class ControlStructuresTest extends CodegenTestCase {
public void testKt1076() throws Exception {
blackBoxFile("regressions/kt1076.kt");
}
public void testKt998() throws Exception {
blackBoxFile("regressions/kt998.kt");
}
}