| Index: sdk/lib/core/string.dart
|
| diff --git a/sdk/lib/core/string.dart b/sdk/lib/core/string.dart
|
| index e2ffc235ef7b7f711a6c1a77efb5b41ae1977985..3f1a7cc908c613dacd3bff86789cc5619d05d71a 100644
|
| --- a/sdk/lib/core/string.dart
|
| +++ b/sdk/lib/core/string.dart
|
| @@ -16,6 +16,9 @@ part of dart.core;
|
| * terminology to Go we use the name "rune" for an integer representing a
|
| * Unicode code point. The runes of a string are accessible through the [runes]
|
| * getter.
|
| + *
|
| + * It is a compile-time error for a class to attempt to extend or implement
|
| + * String.
|
| */
|
| abstract class String implements Comparable<String>, Pattern {
|
| /**
|
|
|