Skip to content

Commit

Permalink
Add TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
vtst committed Apr 27, 2014
1 parent d857ea2 commit 06495f7
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -220,6 +220,7 @@ Mixin:
TerminatedMixin | UnterminatedMixin
;

// TODO: Delete hasFinalSemicolon.
// The final ';' is made optional so that it can be omitted for final statements.
// See LessJavaValidator.checkFinalSemicolonOfTerminatedMixin
TerminatedMixin:
Expand Down Expand Up @@ -378,7 +379,7 @@ Pseudo:
;

Extend: ':' 'extend' ExtendArg;
// InnerExtend: '&' ':' 'extend' ExtendArg;
InnerExtend: '&' ':' 'extend' ExtendArg ';';
ExtendArg: '(' OPT_SPACE selector+=ExtendSelector (',' OPT_SPACE selector+=ExtendSelector)* ')' OPT_SPACE;

PseudoWithoutNot:
Expand Down

0 comments on commit 06495f7

Please sign in to comment.