Files
kotlin/compiler/testData/codegen/bytecodeText/constants/nullableByteAndShort.kt
2013-12-16 20:54:10 +04:00

5 lines
55 B
Kotlin

val a: Byte? = -1
val b: Short? = -1
// 1 I2B
// 1 I2S