8000 generic function instantions aren't type exprs · github/codeql-go@26d4acd · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 26d4acd

Browse files
owen-mcsmowton
authored andcommitted
generic function instantions aren't type exprs
1 parent ce9c9cf commit 26d4acd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ql/lib/semmle/go/Expr.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2061,8 +2061,6 @@ private predicate isTypeExprBottomUp(Expr e) {
20612061
or
20622062
e instanceof @typesetliteralexpr
20632063
or
2064-
e instanceof @genericfunctioninstantiationexpr
2065-
or
20662064
e instanceof @generictypeinstantiationexpr
20672065
or
20682066
e instanceof @indexexpr and isTypeExprBottomUp(e.getChildExpr(0))

0 commit comments

Comments
 (0)
0