Files
kotlin-fork/compiler/testData/cfg/expressions/thisExpression.instructions
T
2014-03-07 21:08:14 +04:00

19 lines
383 B
Plaintext

== foo ==
fun Function0<Unit>.foo() {
this()
}
---------------------
L0:
<START>
mark({ this() })
mark(this())
r(this)
call(this, <for expression this>)
L1:
<END> NEXT:[<SINK>]
error:
<ERROR> PREV:[]
sink:
<SINK> PREV:[<ERROR>, <END>]
=====================