Files
kotlin/compiler/testData/codegen/bytecodeText/constants/byte.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
36 B
Kotlin
Vendored

val a: Byte = 1 + 10
// 1 BIPUSH 11