mirror of
https://github.com/github/codeql.git
synced 2026-06-23 05:37:02 +02:00
Restore ExprNode for FuncLit
This commit is contained in:
@@ -366,6 +366,8 @@ module GoCfg {
|
||||
or
|
||||
n instanceof Go::BasicLit
|
||||
or
|
||||
n instanceof Go::FuncLit
|
||||
or
|
||||
n instanceof Go::CallExpr and
|
||||
not n = any(Go::DeferStmt defer).getCall() and
|
||||
not n = any(Go::GoStmt go_).getCall()
|
||||
|
||||
Reference in New Issue
Block a user