Closed florianschanda closed 4 years ago
Similar to ,, we should also flag useless ;
,
;
Also there is a parse problem with new-lines:
a = [ ;1]
Should parse without errors
Similar to
,
, we should also flag useless;
Also there is a parse problem with new-lines:
Should parse without errors