Index: sdk/lib/core/pattern.dart |
diff --git a/sdk/lib/core/pattern.dart b/sdk/lib/core/pattern.dart |
index 8c76722cb17bd5084a86bd0fbca9c229a9963afc..ac7815dd6ec1fc6245318a21d8ea9f973c4a582f 100644 |
--- a/sdk/lib/core/pattern.dart |
+++ b/sdk/lib/core/pattern.dart |
@@ -2,6 +2,8 @@ |
// 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. |
+part of dart.core; |
+ |
abstract class Pattern { |
Iterable<Match> allMatches(String str); |
} |