mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
renamed "newtargetexpr" to "newtarget_expr"
This commit is contained in:
@@ -261,7 +261,7 @@ public class ExprKinds {
|
||||
|
||||
@Override
|
||||
public Integer visit(MetaProperty nd, Void c) {
|
||||
if (nd.getMeta().getName().equals("new")) return 82; // @newtargetexpr
|
||||
if (nd.getMeta().getName().equals("new")) return 82; // @newtarget_expr
|
||||
if (nd.getMeta().getName().equals("import")) return 115; // @importmetaexpr
|
||||
return 93; // @functionsentexpr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user