mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
The newly added pass folds the set of constant functions of the current backend, plus IrBuiltIns.
3 lines
39 B
Kotlin
Vendored
3 lines
39 B
Kotlin
Vendored
val a: Short = 1 + 255
|
|
|
|
// 1 SIPUSH 256 |