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

20 lines
412 B
Plaintext

== bar ==
fun Int.bar(c: C) {
this = c
}
---------------------
L0:
1 <START>
v(c: C)
w(c)
2 mark({ this = c })
r(c)
unsupported(BINARY_EXPRESSION : this = c)
L1:
1 <END> NEXT:[<SINK>]
error:
<ERROR> PREV:[]
sink:
<SINK> PREV:[<ERROR>, <END>]
=====================