regression test for KT-4281

This commit is contained in:
Dmitry Jemerov
2015-03-04 17:27:55 +01:00
parent a2e22c6d20
commit 18e54322b8
2 changed files with 21 additions and 0 deletions
@@ -6061,6 +6061,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt4281.kt")
public void testKt4281() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/regressions/kt4281.kt");
doTest(fileName);
}
@TestMetadata("kt4682.kt")
public void testKt4682() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/regressions/kt4682.kt");