forked from jasder/antlr
fix: dont return this on constructor
This commit is contained in:
parent
24ae4274a0
commit
fd8548acab
|
@ -67,8 +67,6 @@ class Lexer extends Recognizer {
|
||||||
* the input char buffer. Use setText() or can set this instance var.
|
* the input char buffer. Use setText() or can set this instance var.
|
||||||
*/
|
*/
|
||||||
this._text = null;
|
this._text = null;
|
||||||
|
|
||||||
return this;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
reset() {
|
reset() {
|
||||||
|
|
Loading…
Reference in New Issue