Files
kotlin-fork/compiler/testData/cfg/qualifiedExpressionWithoutSelector.instructions
T
Svetlana Isakova c3ff6a2430 fixed exponential building of cf graph
if there was en error in chained qualified expression
2013-12-27 16:02:16 +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>]
=====================