3cffb33ab7
This feature is not needed because it is unconditionally disabled for K1 (because of not fully correct implementation) and unconditionally enabled in K2 (K2 does not support old behavior) ^KT-38895
7 lines
157 B
Kotlin
Vendored
7 lines
157 B
Kotlin
Vendored
// IGNORE_BACKEND_K2: JVM_IR
|
|
// FIR status: KT-46419, ILT conversions to Byte and Short are not supported by design
|
|
|
|
val a: Short = 1 + 255
|
|
|
|
// 1 SIPUSH 256
|