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

8 lines
109 B
Plaintext

== bar ==
fun Int.bar(c: C) {
this = c
}
---------------------
c <v1>: * NEW()
=====================