Add i2b cast boxing Int to Byte? or Short? (fix android tests)

This commit is contained in:
Natalia Ukhorskaya
2013-12-16 20:04:16 +04:00
parent 66effee8cd
commit dbaaa80918
3 changed files with 13 additions and 4 deletions
@@ -113,6 +113,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
doTest("compiler/testData/codegen/bytecodeText/constants/byte.kt");
}
@TestMetadata("nullableByteAndShort.kt")
public void testNullableByteAndShort() throws Exception {
doTest("compiler/testData/codegen/bytecodeText/constants/nullableByteAndShort.kt");
}
@TestMetadata("short.kt")
public void testShort() throws Exception {
doTest("compiler/testData/codegen/bytecodeText/constants/short.kt");