Support codegen of empty for-loop
#KT-3009 Fixed EA-35742 fixed
This commit is contained in:
@@ -1432,6 +1432,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest("compiler/testData/codegen/box/controlStructures/emptyDoWhile.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("emptyFor.kt")
|
||||
public void testEmptyFor() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/controlStructures/emptyFor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("emptyIf.kt")
|
||||
public void testEmptyIf() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/controlStructures/emptyIf.kt");
|
||||
|
||||
Reference in New Issue
Block a user