Closed tribals closed 4 years ago
@tribals if you haven't already, could you test against master? https://github.com/c2nes/javalang/pull/70 added position information for a number of AST nodes, but hasn't been included in a release yet
@c2nes I've tested it against master. Yes, now AssertStatement
does have a position.
Do you plan to release new version? If yes, how soon?
I've published 0.13.0 to PyPI which includes #70
Thank you!
Here is simple example:
Let's parse it:
Expected output:
Actual output:
Is there any reason why an
AssertStatement
doesn't have a position?