Files
kotlin-fork/compiler/testData/cfg/expressions/thisExpression.values
T

11 lines
274 B
Plaintext
Vendored

== foo ==
fun Function0<Unit>.foo() {
this()
}
---------------------
this !<v0>: * COPY
this !<v0>: *
this() <v1>: * NEW: call(this(), invoke|!<v0>) -> <v1>
{ this() } <v1>: * COPY
=====================