Support codegen of empty do-while-loop
#KT-3009 In Progress
This commit is contained in:
@@ -1427,6 +1427,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest("compiler/testData/codegen/box/controlStructures/doWhileFib.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("emptyDoWhile.kt")
|
||||
public void testEmptyDoWhile() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/controlStructures/emptyDoWhile.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("emptyIf.kt")
|
||||
public void testEmptyIf() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/controlStructures/emptyIf.kt");
|
||||
|
||||
Reference in New Issue
Block a user