Skip to content

Commit

Permalink
Merge branch 'master' of github.com:antlr/antlr4
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed May 21, 2023
2 parents c630cb6 + 5d1fd1a commit ffe0eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/CSharp/src/Atn/LexerATNSimulator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ public int Column
}


public void Consume(ICharStream input)
public virtual void Consume(ICharStream input)
{
int curChar = input.LA(1);
if (curChar == '\n')
Expand Down

0 comments on commit ffe0eef

Please sign in to comment.