Files
kotlin-fork/compiler/testData/ir/irText/stubs/simple.fir.kt.txt
T
Steven Schäfer 8c9ad81c76 Psi2Ir: Fold constants when generating IR
This is necessary to avoid stack overflow errors on large constant
expressions.
2021-04-21 19:10:31 +03:00

5 lines
49 B
Plaintext
Vendored

val test: Int
field = 2.plus(other = 2)
get