Files
kotlin-fork/compiler/testData/cfg/expressions/qualifiedExpressionWithoutSelector.instructions
T
2014-09-07 01:04:00 +04:00

21 lines
486 B
Plaintext
Vendored

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