Closed bloriot97 closed 6 years ago
When a line is preceded by an inline comment the position of lines tokens are decreased by one.
... static JavaVersion get(final String nom) { // position (xx, 5) ... // comment static JavaVersion get(final String nom) { // position (xx, 4)
When a line is preceded by an inline comment the position of lines tokens are decreased by one.