7 lines
123 B
Kotlin
Vendored
7 lines
123 B
Kotlin
Vendored
// IGNORE_BACKEND_FIR: JVM_IR
|
|
// For reasons this test is ignored, go to KT-46419
|
|
|
|
val a: Short = 1 + 255
|
|
|
|
// 1 SIPUSH 256
|