Skip to:
This works
but this fails
The issue is the lexer recognizing static as an access modifier in the last example when it should have been an identifier.
static
This works
but this fails
The issue is the lexer recognizing
static
as an access modifier in the last example when it should have been an identifier.