KT-998: wrong codegen for labeled continue/break
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user