Skip to content

Commit e54341a

Browse files
committed
Swift: undo commented out line
1 parent 3587374 commit e54341a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ predicate storeStep(Node node1, ContentSet c, Node node2) {
709709
node1.asExpr() = assign.getSource() and
710710
node2.(PostUpdateNode).getPreUpdateNode().asExpr() = subscript.getBase() and
711711
subscript = assign.getDest() and
712-
// subscript.getBase().getType().(InOutType).getObjectType() instanceof ArrayType and
712+
subscript.getBase().getType().(InOutType).getObjectType() instanceof ArrayType and
713713
c.isSingleton(any(Content::ArrayContent ac))
714714
)
715715
or

0 commit comments

Comments
 (0)