Chromium Code Reviews| Index: lib/core/string.dart |
| diff --git a/lib/core/string.dart b/lib/core/string.dart |
| index 70c7209676dfeab8df08496ca2c9c4bce6c04549..4b852131de063d03c68682ecd9a773fbc47894bb 100644 |
| --- a/lib/core/string.dart |
| +++ b/lib/core/string.dart |
| @@ -29,7 +29,7 @@ interface String |
| /** |
| * The length of the string. |
| */ |
| - int get length(); |
| + int get length; |
| /** |
| * Returns whether the two strings are equal. This method compares |