Skip to content

Commit

Permalink
Issue #14516: Updated single line comment token to AST format
Browse files Browse the repository at this point in the history
  • Loading branch information
SteLeo1602 authored and romani committed Mar 3, 2024
1 parent 389cddc commit 2ec6c25
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5503,9 +5503,8 @@ public final class TokenTypes {
* Beginning of single-line comment: '//'.
*
* <pre>
* +--SINGLE_LINE_COMMENT
* |
* +--COMMENT_CONTENT
* SINGLE_LINE_COMMENT -&gt; //
* `--COMMENT_CONTENT -&gt; \r\n
* </pre>
*
* <p>For example:</p>
Expand Down

0 comments on commit 2ec6c25

Please sign in to comment.