Chromium Code Reviews| Index: sdk/lib/core/num.dart |
| diff --git a/sdk/lib/core/num.dart b/sdk/lib/core/num.dart |
| index b5e42cbbf82dca417a50e24d005f8855129c5ffa..439022f684bd2ffe5be80ac3bfa99f40c620502d 100644 |
| --- a/sdk/lib/core/num.dart |
| +++ b/sdk/lib/core/num.dart |
| @@ -7,7 +7,7 @@ part of dart.core; |
| /** |
| * All numbers in dart are instances of [num]. |
| */ |
| -abstract class num implements Comparable { |
| +abstract class num implements Comparable<num> { |
| /** Addition operator. */ |
| num operator +(num other); |