mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
5 lines
73 B
Kotlin
Vendored
5 lines
73 B
Kotlin
Vendored
val a: Byte? = -10
|
|
val b: Short? = -300
|
|
|
|
// 1 BIPUSH -10
|
|
// 1 SIPUSH -300 |