Skip to content

Commit 724f72b

Browse files
authored
allow var as well as type
1 parent fde88b6 commit 724f72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6369,7 +6369,7 @@ destination_list
63696369
;
63706370

63716371
destination
6372-
: type? identifier
6372+
: local_variable_type? identifier
63736373
;
63746374
```
63756375

0 commit comments

Comments
 (0)