Restore ExprNode for FuncLit

This commit is contained in:
Owen Mansel-Chan
2026-05-29 23:32:41 +01:00
parent a42782a1cb
commit 5bb8f2ce20

View File

@@ -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()