Files
kotlin-fork/compiler/testData/cfg/expressions/thisExpression.values
T
Svetlana Isakova aa26db0538 Updated tests for control flow: call instruction stores call element
instead of callee expression
2014-07-08 14:57:38 +04:00

8 lines
179 B
Plaintext

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