Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------

// Generated from GoTextTemplateLexer.g4 by ANTLR 4.9.2
// Generated from src/TextTemplate/GoTextTemplateLexer.g4 by ANTLR 4.9.2

// Unreachable code detected
#pragma warning disable 0162
Expand All @@ -29,7 +29,7 @@

[System.CodeDom.Compiler.GeneratedCode("ANTLR", "4.9.2")]
[System.CLSCompliant(false)]
public partial class GoTextTemplateLexer : Lexer {

Check warning on line 32 in src/TextTemplate/GoTemplateGenerated/GoTextTemplateLexer.cs

View workflow job for this annotation

GitHub Actions / build

'GoTextTemplateLexer' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute

Check warning on line 32 in src/TextTemplate/GoTemplateGenerated/GoTextTemplateLexer.cs

View workflow job for this annotation

GitHub Actions / build

'GoTextTemplateLexer' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
protected static DFA[] decisionToDFA;
protected static PredictionContextCache sharedContextCache = new PredictionContextCache();
public const int
Expand Down
Loading