Files
kotlin/compiler/testData/codegen/bytecodeText/constants/short.kt
Ting-Yuan Huang 79fcaae991 Implement constant folding in the IR backend for JVM
The newly added pass folds the set of constant functions of the
current backend, plus IrBuiltIns.
2019-03-20 21:02:55 +01:00

3 lines
39 B
Kotlin
Vendored

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