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
Token#toString is missing a case for TokenType.OPERATOR, so it returns null when called for a token of that type. This causes Dart string interpolation to fail, for example here if it attempts to report an unexpected OPERATOR token.