17 lines
735 B
Plaintext
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>]
|
|
=====================
|