Files
kotlin/compiler/testData/codegen/bytecodeText/constants/short.kt
2018-12-21 16:20:45 +01:00

4 lines
65 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
val a: Short = 1 + 255
// 1 SIPUSH 256