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

9 lines
197 B
Plaintext

== bar ==
fun Int.bar(c: C) {
this = c
}
---------------------
<v0>: {<: [ERROR : C]} NEW: magic(c: C) -> <v0>
c <v1>: * NEW: r(c) -> <v1>
=====================