forked from jasder/antlr
Fix static initializer
This commit is contained in:
parent
393cdb5c31
commit
e4139444bd
|
@ -40,12 +40,7 @@ namespace Antlr4.Runtime.Atn
|
|||
{
|
||||
public abstract class ATNSimulator
|
||||
{
|
||||
public static readonly int SerializedVersion;
|
||||
|
||||
static ATNSimulator()
|
||||
{
|
||||
SerializedVersion = 5;
|
||||
}
|
||||
public static readonly int SerializedVersion = 5;
|
||||
|
||||
public const char RuleVariantDelimiter = '$';
|
||||
|
||||
|
|
Loading…
Reference in New Issue