KT-2423 Jump after condition check in inner loop is to the wrong label
#KT-2423 Fixed
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user