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
declare test() { ... };
^-------- Should not report an error, as an error has been reported.
Variable-like declarations:
declare test := 2;
^-------- Should not report an error, as an error has been reported.
declare $test := 2;
^-------- Should not report an error, as an error has been reported.
The text was updated successfully, but these errors were encountered:
Function-like declarations:
Variable-like declarations:
The text was updated successfully, but these errors were encountered: