Chromium Code Reviews| Index: sdk/lib/core/comparable.dart |
| =================================================================== |
| --- sdk/lib/core/comparable.dart (revision 15207) |
| +++ sdk/lib/core/comparable.dart (working copy) |
| @@ -31,7 +31,7 @@ |
| * May throw an [ArgumentError] if [other] is of a type that |
| * is not comparable to [:this:]. |
| */ |
| - abstract int compareTo(Comparable other); |
| + int compareTo(Comparable other); |
| /** |
| * Compare one comparable to another. |