From 147e2d38505685ae8e519a4a76f3cc292d9ec1c8 Mon Sep 17 00:00:00 2001 From: Anders Schack-Mulligen Date: Tue, 24 Mar 2026 08:31:54 +0100 Subject: [PATCH] Test --- csharp/ql/lib/semmle/code/csharp/ExprOrStmtParent.qll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/ql/lib/semmle/code/csharp/ExprOrStmtParent.qll b/csharp/ql/lib/semmle/code/csharp/ExprOrStmtParent.qll index 5afacf608a8c..ef883cbd5af3 100644 --- a/csharp/ql/lib/semmle/code/csharp/ExprOrStmtParent.qll +++ b/csharp/ql/lib/semmle/code/csharp/ExprOrStmtParent.qll @@ -190,8 +190,8 @@ private module Cached { pragma[inline] private ControlFlowElement enclosingStart(ControlFlowElement cfe) { result = cfe - or - getAChild(result).(AnonymousFunctionExpr) = cfe + // or + // getAChild(result).(AnonymousFunctionExpr) = cfe } private predicate parent(ControlFlowElement child, ExprOrStmtParent parent) {