Add test for obsolete issue

#KT-19467 Obsolete
This commit is contained in:
Denis Zharkov
2017-08-07 13:32:28 +07:00
parent 3ae084b1b3
commit 45d5f6a950
5 changed files with 59 additions and 0 deletions
@@ -5455,6 +5455,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("forWithStep.kt")
public void testForWithStep() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/controlFlow/forWithStep.kt");
doTest(fileName);
}
@TestMetadata("ifStatement.kt")
public void testIfStatement() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/controlFlow/ifStatement.kt");