Files
kotlin-fork/compiler/testData/cfg/conventions/incrementAtTheEnd.values
T

12 lines
240 B
Plaintext

== foo ==
fun foo() {
var i = 1
i++
}
---------------------
1 <v0>: Int NEW()
i <v1>: Int NEW()
i++ <v1>: Int COPY
{ var i = 1 i++ } <v1>: Int COPY
=====================