| Index: corelib/src/string.dart
|
| ===================================================================
|
| --- corelib/src/string.dart (revision 8799)
|
| +++ corelib/src/string.dart (working copy)
|
| @@ -70,12 +70,6 @@
|
| String concat(String other);
|
|
|
| /**
|
| - * Converts [other] to a string and creates a new string by
|
| - * concatenating this string with the converted [other].
|
| - */
|
| - String operator +(Object other);
|
| -
|
| - /**
|
| * Returns a substring of this string in the given range.
|
| * [startIndex] is inclusive and [endIndex] is exclusive.
|
| */
|
|
|