Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: lib/core/num.dart

Issue 10959067: Add documentation of double and int. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« lib/core/double.dart ('K') | « lib/core/int.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« lib/core/double.dart ('K') | « lib/core/int.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698