@@ -605,7 +605,10 @@ module Array {
605605 override predicate propagatesFlowExt ( string input , string output , boolean preservesValue ) {
606606 input = "Argument[self].ArrayElement" and
607607 output =
608- [ "Argument[block].Parameter[0]" , "ReturnValue.ArrayElement[?]" , "Argument[self].ArrayElement[?]" ] and
608+ [
609+ "Argument[block].Parameter[0]" , "ReturnValue.ArrayElement[?]" ,
610+ "Argument[self].ArrayElement[?]"
611+ ] and
609612 preservesValue = true
610613 }
611614
@@ -956,7 +959,10 @@ module Array {
956959 override predicate propagatesFlowExt ( string input , string output , boolean preservesValue ) {
957960 input = "Argument[self].ArrayElement" and
958961 output =
959- [ "ReturnValue.ArrayElement[?]" , "Argument[self].ArrayElement[?]" , "Argument[block].Parameter[0]" ] and
962+ [
963+ "ReturnValue.ArrayElement[?]" , "Argument[self].ArrayElement[?]" ,
964+ "Argument[block].Parameter[0]"
965+ ] and
960966 preservesValue = true
961967 }
962968
@@ -1134,7 +1140,10 @@ module Array {
11341140 override predicate propagatesFlowExt ( string input , string output , boolean preservesValue ) {
11351141 input = "Argument[self].ArrayElement" and
11361142 output =
1137- [ "ReturnValue.ArrayElement[?]" , "Argument[self].ArrayElement[?]" , "Argument[block].Parameter[0]" ] and
1143+ [
1144+ "ReturnValue.ArrayElement[?]" , "Argument[self].ArrayElement[?]" ,
1145+ "Argument[block].Parameter[0]"
1146+ ] and
11381147 preservesValue = true
11391148 }
11401149
@@ -1298,7 +1307,10 @@ module Array {
12981307 override predicate propagatesFlowExt ( string input , string output , boolean preservesValue ) {
12991308 input = "Argument[self].ArrayElement" and
13001309 output =
1301- [ "Argument[block].Parameter[0]" , "Argument[self].ArrayElement[?]" , "ReturnValue.ArrayElement[?]" ] and
1310+ [
1311+ "Argument[block].Parameter[0]" , "Argument[self].ArrayElement[?]" ,
1312+ "ReturnValue.ArrayElement[?]"
1313+ ] and
13021314 preservesValue = true
13031315 }
13041316
@@ -1564,7 +1576,10 @@ module Array {
15641576 override predicate propagatesFlowExt ( string input , string output , boolean preservesValue ) {
15651577 input = "Argument[self].ArrayElement" and
15661578 output =
1567- [ "Argument[block].Parameter[0]" , "Argument[self].ArrayElement[?]" , "ReturnValue.ArrayElement[?]" ] and
1579+ [
1580+ "Argument[block].Parameter[0]" , "Argument[self].ArrayElement[?]" ,
1581+ "ReturnValue.ArrayElement[?]"
1582+ ] and
15681583 preservesValue = true
15691584 }
15701585
@@ -1597,7 +1612,10 @@ module Array {
15971612 override predicate propagatesFlowExt ( string input , string output , boolean preservesValue ) {
15981613 input = "Argument[self].ArrayElement" and
15991614 output =
1600- [ "Argument[self].ArrayElement[?]" , "ReturnValue.ArrayElement[?]" , "Argument[block].Parameter[0]" ] and
1615+ [
1616+ "Argument[self].ArrayElement[?]" , "ReturnValue.ArrayElement[?]" ,
1617+ "Argument[block].Parameter[0]"
1618+ ] and
16011619 preservesValue = true
16021620 }
16031621
0 commit comments