-
Notifications
You must be signed in to change notification settings - Fork 22
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
Object is always parsed empty #28
Labels
bug
Something isn't working
Comments
drieks
added a commit
to drieks/ast
that referenced
this issue
Jan 19, 2021
drieks
added a commit
to drieks/ast
that referenced
this issue
Jan 19, 2021
drieks
added a commit
to drieks/ast
that referenced
this issue
Jan 19, 2021
it works for me, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
object node is always parsed empty.
Parsing this piece of code
produces the following AST:
MyClass shows
myFun
node while MyObject does not.Lib version is 'com.github.kotlinx.ast:grammar-kotlin-parser-antlr-kotlin:c7dd6bbd54'
The text was updated successfully, but these errors were encountered: