removed duplication of pseudocode in tests
for local functions
This commit is contained in:
@@ -22,18 +22,6 @@ error:
|
||||
<ERROR> PREV:[]
|
||||
sink:
|
||||
<SINK> PREV:[<ERROR>, <END>, d(get() { val b: Int return b })]
|
||||
L3:
|
||||
<START>
|
||||
mark({ val b: Int return b })
|
||||
v(val b: Int)
|
||||
r(b)
|
||||
ret(*) L4
|
||||
L4:
|
||||
<END> NEXT:[<SINK>]
|
||||
error:
|
||||
<ERROR> PREV:[]
|
||||
sink:
|
||||
<SINK> PREV:[<ERROR>, <END>]
|
||||
=====================
|
||||
== get_a ==
|
||||
get() {
|
||||
|
||||
Reference in New Issue
Block a user