Chromium Code Reviews| Index: corelib/src/string.dart |
| diff --git a/corelib/src/string.dart b/corelib/src/string.dart |
| index 00d143a9ee61f4e4ddbd02b6c19d85df414258d5..3b821cfef634ff5af1aaa9edfcfd1b8efbd1db25 100644 |
| --- a/corelib/src/string.dart |
| +++ b/corelib/src/string.dart |
| @@ -8,7 +8,10 @@ |
| * scalar character codes accessible through the [charCodeAt] or the |
| * [charCodes] method. |
| */ |
| -interface String extends Comparable, Hashable, Pattern default Strings { |
| +interface String extends Comparable, |
|
Mads Ager (google)
2012/08/27 12:17:07
How about:
interface String
extends Comparabl
Anders Johnsen
2012/08/27 12:20:35
Going with nr 2, ty.
|
| + Hashable, |
| + Pattern |
| + default StringImplementation { |
| /** |
| * Allocates a new String for the specified [charCodes]. |
| */ |