restructured control flow tests
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
== 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>]
|
||||
=====================
|
||||
Reference in New Issue
Block a user