mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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) {
|
JSDocTypeExpression result) {
|
||||||
super(loc, "FunctionType");
|
super(loc, "FunctionType");
|
||||||
this._this = _this;
|
this._this = _this;
|
||||||
this._new = _Boolean.TRUE.equals(new);
|
this._new = Boolean.TRUE.equals(_new);
|
||||||
this.params = params;
|
this.params = params;
|
||||||
this.result = result;
|
this.result = result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user