Skip to content

Commit aea2e1d

Browse files
committed
..
1 parent e65586a commit aea2e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/ast.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ class LiteralExpression extends Expression {
803803
/// A regular expression literal.
804804
class RegexpExpression extends Expression {
805805
/// The entire literal, including slashes and flags.
806-
String regexp; // TODO: separate into regexp and flags
806+
String regexp;
807807

808808
RegexpExpression(this.regexp);
809809

0 commit comments

Comments
 (0)