Files
kotlin-fork/compiler/testData/cfg/expressions/thisExpression.instructions
T
2014-06-03 18:17:05 +04:00

18 lines
343 B
Plaintext

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