Chromium Code Reviews| Index: lib/core/pattern.dart |
| =================================================================== |
| --- lib/core/pattern.dart (revision 12179) |
| +++ lib/core/pattern.dart (working copy) |
| @@ -2,6 +2,6 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| -interface Pattern { |
| +abstract class Pattern { |
| Iterable<Match> allMatches(String str); |
| } |