Files
kotlin-fork/compiler/testData/cfg/expressions/unresolvedProperty.instructions
T
2014-10-14 01:59:43 +04:00

22 lines
477 B
Plaintext
Vendored

== test ==
fun test(a: Any) {
a.foo
}
---------------------
L0:
1 <START>
v(a: Any)
magic[FAKE_INITIALIZER](a: Any) -> <v0>
w(a|<v0>)
2 mark({ a.foo })
mark(a.foo)
r(a) -> <v1>
magic[UNRESOLVED_CALL](foo|<v1>) -> <v2>
L1:
1 <END> NEXT:[<SINK>]
error:
<ERROR> PREV:[]
sink:
<SINK> PREV:[<ERROR>, <END>]
=====================