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
36 B
Kotlin
Vendored
3 lines
36 B
Kotlin
Vendored
val a: Byte = 1 + 10
|
|
|
|
// 1 BIPUSH 11 |