Files
kotlin-fork/compiler/testData/cfg/thisExpression.instructions
T
2013-12-05 13:02:15 +04:00

17 lines
735 B
Plaintext

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