Minor. Add tests for obsolete issues
#KT-8900 Obsolete #KT-8901 Obsolete
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user