parser: fix parsing of modifiers for let definitions

This commit is contained in:
2023-09-11 05:03:12 -04:00
parent 8f60039d6e
commit 24d2ff5743
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
let count = 5
export let count = 5
export func main() {
var x = 1