| Index: lib/core/regexp.dart
|
| diff --git a/lib/core/regexp.dart b/lib/core/regexp.dart
|
| index 9b5c68b587879fbbbb0e49e7a85e2364519c220c..a7789fd04c011b1d02cc7dfb909e1fbabd4adbd6 100644
|
| --- a/lib/core/regexp.dart
|
| +++ b/lib/core/regexp.dart
|
| @@ -89,7 +89,6 @@ abstract class Match {
|
| * 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.
|
|
|