Fix attribute target
This commit is contained in:
parent
f0cb48b650
commit
eb675668f4
|
@ -44,7 +44,7 @@ namespace Antlr4.Runtime
|
|||
|
||||
/// <summary>Which configurations did we try at input.index() that couldn't match input.LA(1)?
|
||||
/// </summary>
|
||||
[return: Nullable]
|
||||
[Nullable]
|
||||
private readonly ATNConfigSet deadEndConfigs;
|
||||
|
||||
public LexerNoViableAltException(Lexer lexer, ICharStream input, int startIndex,
|
||||
|
|
Loading…
Reference in New Issue