| Index: corelib/src/string.dart
|
| ===================================================================
|
| --- corelib/src/string.dart (revision 2395)
|
| +++ corelib/src/string.dart (working copy)
|
| @@ -8,7 +8,7 @@
|
| * scalar character codes accessible through the [charCodeAt] or the
|
| * [charCodes] method.
|
| */
|
| -interface String extends Comparable, Hashable, Pattern factory Strings {
|
| +interface String extends Comparable, Hashable, Pattern default Strings {
|
| /**
|
| * Allocates a new String for the specified [charCodes].
|
| */
|
|
|