Add test for obsolete issue

#KT-1936 Obsolete
This commit is contained in:
Alexander Udalov
2014-03-27 03:06:59 +04:00
parent 3962064bd2
commit 0deea6b83c
2 changed files with 28 additions and 0 deletions
@@ -5020,6 +5020,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/traits/inheritedVar.kt");
}
@TestMetadata("kt1936.kt")
public void testKt1936() throws Exception {
doTest("compiler/testData/codegen/box/traits/kt1936.kt");
}
@TestMetadata("kt1936_1.kt")
public void testKt1936_1() throws Exception {
doTest("compiler/testData/codegen/box/traits/kt1936_1.kt");