You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
During the static analysis was found possible mistake in code:
In runtime/Go/antlr/v4/parser_atn_simulator.go:1475 value 'GetLiteralNames' might be 'GetSymbolicNames', because before accessing the dimension, you need to check the existence as it was in the block runtime/Go/antlr/v4/parser_atn_simulator.go:1471-1473. Is this a bug and does it need to be fixed?