Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parser expr [][]int{} failed #750

Closed
visualfc opened this issue Aug 4, 2021 · 0 comments
Closed

parser expr [][]int{} failed #750

visualfc opened this issue Aug 4, 2021 · 0 comments

Comments

@visualfc
Copy link
Member

visualfc commented Aug 4, 2021

Go+ code

a := [][]int{}
println(a)

parser dump error

expected declaration
expected operand, found ']'
expected ']', found 'EOF'
@xushiwei xushiwei modified the milestones: Go+, Go+ v1.0 Aug 4, 2021
xushiwei added a commit that referenced this issue Aug 5, 2021
@xushiwei xushiwei closed this as completed Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants