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

Wrong parse tree for [basetype] #1706

Closed
ghost opened this issue Jun 5, 2016 · 1 comment
Closed

Wrong parse tree for [basetype] #1706

ghost opened this issue Jun 5, 2016 · 1 comment
Labels
antlr Issue is easier to resolve with knowledge of Antlr4 bug Identifies work items for known bugs status-declined This will not be implemented.

Comments

@ghost
Copy link

ghost commented Jun 5, 2016

It's possible to specify the as type with [basetype] or even [OBJECT] which currently is not treated as an actual base type but as a complex type. Also, OBJECT can be both a type and a value (Nothing).

Public Sub Test(ByVal a As [Integer])
End Sub
@ghost ghost added bug Identifies work items for known bugs antlr Issue is easier to resolve with knowledge of Antlr4 labels Jun 5, 2016
@retailcoder retailcoder added the status-declined This will not be implemented. label Jan 13, 2017
@retailcoder
Copy link
Member

not an issue, the VBE removes the square brackets automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
antlr Issue is easier to resolve with knowledge of Antlr4 bug Identifies work items for known bugs status-declined This will not be implemented.
Projects
None yet
Development

No branches or pull requests

1 participant