Files
kotlin-fork/compiler/testData/cfg/expressions/assignmentToThis.values
T
2015-07-10 19:27:53 +03:00

14 lines
499 B
Plaintext
Vendored

== bar ==
fun Int.bar(c: C) {
this = c
}
---------------------
<v0>: {<: [ERROR : C]} NEW: magic[FAKE_INITIALIZER](c: C) -> <v0>
<v2>: * NEW: magic[VALUE_CONSUMER](this|<v1>) -> <v2>
this <v1>: * COPY
this <v1>: * NEW: r(this, <this>) -> <v1>
c <v3>: * NEW: r(c) -> <v3>
this = c !<v4>: *
{ this = c } !<v4>: * COPY
=====================