Chromium Code Reviews| Index: lib/core/regexp.dart |
| =================================================================== |
| --- lib/core/regexp.dart (revision 12500) |
| +++ lib/core/regexp.dart (working copy) |
| @@ -89,6 +89,7 @@ |
| * Iterable<Match> matches = exp.allMatches(str); |
| */ |
| interface RegExp extends Pattern default JSSyntaxRegExp { |
| + |
| /** |
| * Constructs a regular expression. The default implementation of a |
| * [RegExp] sets [multiLine] and [ignoreCase] to false. |