Chromium Code Reviews| Index: lib/core/num.dart |
| diff --git a/lib/core/num.dart b/lib/core/num.dart |
| index 3036560255f264b3dcf7431b45f753e70c98c926..979adedd9acd0ddaaaf7f13a291832456d890f03 100644 |
| --- a/lib/core/num.dart |
| +++ b/lib/core/num.dart |
| @@ -4,6 +4,9 @@ |
| // Dart core library. |
| +/** |
| + * All numbers in dart are instances of [num]. |
| + */ |
| abstract class num implements Comparable, Hashable { |
| /** Addition operator. */ |
| num operator +(num other); |