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
But error location is near String it is not 'line 1, column: 0'.
If fix syntax: _: String, and print spans of arguments of function b all spans are correct.
So something wrong with error span calculation.
If compile and run code bellow with syn 1.0.11 it prints:
But error location is near
String
it is not 'line 1, column: 0'.If fix syntax:
_: String
, and print spans of arguments of functionb
all spans are correct.So something wrong with error span calculation.
The text was updated successfully, but these errors were encountered: