Skip to content

Commit 147e2d3

Browse files
committed
Test
1 parent d4a0846 commit 147e2d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/lib/semmle/code/csharp/ExprOrStmtParent.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ private module Cached {
190190
pragma[inline]
191191
private ControlFlowElement enclosingStart(ControlFlowElement cfe) {
192192
result = cfe
193-
or
194-
getAChild(result).(AnonymousFunctionExpr) = cfe
193+
// or
194+
// getAChild(result).(AnonymousFunctionExpr) = cfe
195195
}
196196

197197
private predicate parent(ControlFlowElement child, ExprOrStmtParent parent) {

0 commit comments

Comments
 (0)