mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
4 lines
65 B
Kotlin
Vendored
4 lines
65 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
val a: Short = 1 + 255
|
|
|
|
// 1 SIPUSH 256 |