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

Unified Diff: sdk/lib/core/null.dart

Issue 23087004: Improve DartDocs for dart:core classes that may not be extended or implemented. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: use an abstract bool.toString() Created 7 years, 4 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
« no previous file with comments | « sdk/lib/core/int.dart ('k') | sdk/lib/core/num.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/null.dart
diff --git a/sdk/lib/core/null.dart b/sdk/lib/core/null.dart
index 46960e01fb3513774809b15710e6c85b024189d4..dd914a3be90ae0ea66c2eabf9c7a0a5263f011af 100644
--- a/sdk/lib/core/null.dart
+++ b/sdk/lib/core/null.dart
@@ -5,11 +5,11 @@
part of dart.core;
/**
- * Class of the `null` value.
- *
- * The only instance of the [Null] class is the `null` object.
- *
- * It is an error for a class to extend or implement Null.
+ * The reserved word [:null:] denotes an object that is the sole instance of
+ * this class.
+ *
+ * It is a compile-time error for a class to attempt to extend or implement
+ * Null.
*/
class Null {
factory Null._uninstantiable() {
« no previous file with comments | « sdk/lib/core/int.dart ('k') | sdk/lib/core/num.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698