Minor. Add tests for obsolete issues

#KT-8900 Obsolete
 #KT-8901 Obsolete
This commit is contained in:
Denis Zharkov
2016-02-24 14:14:33 +03:00
parent 914447b7eb
commit 36e84ff23a
2 changed files with 23 additions and 0 deletions
@@ -137,6 +137,12 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
doTest(fileName);
}
@TestMetadata("intRangeNoBoxing.kt")
public void testIntRangeNoBoxing() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/intRangeNoBoxing.kt");
doTest(fileName);
}
@TestMetadata("interfaceDefaultImpl.kt")
public void testInterfaceDefaultImpl() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/interfaceDefaultImpl.kt");