diff --git a/runtime/Go/antlr/v4/atn_config.go b/runtime/Go/antlr/v4/atn_config.go index 267308bb3d..031d80bc29 100644 --- a/runtime/Go/antlr/v4/atn_config.go +++ b/runtime/Go/antlr/v4/atn_config.go @@ -313,7 +313,7 @@ func (a *ATNConfig) LEquals(other Collectable[*ATNConfig]) bool { switch { case a.lexerActionExecutor == nil && otherT.lexerActionExecutor == nil: - return true + //return true case a.lexerActionExecutor != nil && otherT.lexerActionExecutor != nil: if !a.lexerActionExecutor.Equals(otherT.lexerActionExecutor) { return false