mirror of
https://github.com/github/codeql.git
synced 2026-06-02 20:30:15 +02:00
Restore ExprNode for FuncLit
This commit is contained in:
@@ -358,6 +358,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