Files
kotlin/compiler/testData/codegen/bytecodeText/constants/nullableByteAndShort.kt
2016-02-12 11:55:21 +03:00

5 lines
73 B
Kotlin
Vendored

val a: Byte? = -10
val b: Short? = -300
// 1 BIPUSH -10
// 1 SIPUSH -300