Fix attribute target

This commit is contained in:
Sam Harwell 2013-02-25 12:42:52 -06:00
parent f0cb48b650
commit eb675668f4
1 changed files with 1 additions and 1 deletions

View File

@ -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,