| Index: corelib/src/string.dart
|
| diff --git a/corelib/src/string.dart b/corelib/src/string.dart
|
| index 3b821cfef634ff5af1aaa9edfcfd1b8efbd1db25..70c7209676dfeab8df08496ca2c9c4bce6c04549 100644
|
| --- a/corelib/src/string.dart
|
| +++ b/corelib/src/string.dart
|
| @@ -8,10 +8,9 @@
|
| * scalar character codes accessible through the [charCodeAt] or the
|
| * [charCodes] method.
|
| */
|
| -interface String extends Comparable,
|
| - Hashable,
|
| - Pattern
|
| - default StringImplementation {
|
| +interface String
|
| + extends Comparable, Hashable, Pattern
|
| + default StringImplementation {
|
| /**
|
| * Allocates a new String for the specified [charCodes].
|
| */
|
|
|