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

20 lines
286 B
Plaintext

== foo ==
fun foo(s: String) {
s.
}
---------------------
L0:
<START>
v(s: String)
w(s)
mark({ s. })
mark(s.)
r(s)
L1:
<END> NEXT:[<SINK>]
error:
<ERROR> PREV:[]
sink:
<SINK> PREV:[<ERROR>, <END>]
=====================