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

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

Issue 2563633002: Make the VM's dart:core and dart:async library patches clean. (Closed)
Patch Set: Created 4 years 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
Index: sdk/lib/core/null.dart
diff --git a/sdk/lib/core/null.dart b/sdk/lib/core/null.dart
index dd914a3be90ae0ea66c2eabf9c7a0a5263f011af..37d16de865fbdffed361d1a8fac6c02c2e35bab0 100644
--- a/sdk/lib/core/null.dart
+++ b/sdk/lib/core/null.dart
@@ -16,6 +16,9 @@ class Null {
throw new UnsupportedError('class Null cannot be instantiated');
}
+ // TODO: Doc comment please.
Lasse Reichstein Nielsen 2016/12/08 12:25:32 No doc needed.
Kevin Millikin (Google) 2016/12/09 08:38:59 Done.
+ external int get hashCode;
+
/** Returns the string `"null"`. */
String toString() => "null";
}

Powered by Google App Engine
This is Rietveld 408576698