mirror of
https://github.com/github/codeql.git
synced 2025-12-16 00:33:11 +01:00
Javascript: fix compilation error after scripted replacement
This commit is contained in:
@@ -18,7 +18,7 @@ public class FunctionType extends JSDocTypeExpression {
|
||||
JSDocTypeExpression result) {
|
||||
super(loc, "FunctionType");
|
||||
this._this = _this;
|
||||
this._new = _Boolean.TRUE.equals(new);
|
||||
this._new = Boolean.TRUE.equals(_new);
|
||||
this.params = params;
|
||||
this.result = result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user