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

Unified Diff: sdk/lib/core/bool.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/bool.dart
diff --git a/sdk/lib/core/bool.dart b/sdk/lib/core/bool.dart
index d1f31d760f68caad1467b29d32cf0541f543298f..d9f87e9132a139ffdc77e1e3a4d6fc5c1d43103b 100644
--- a/sdk/lib/core/bool.dart
+++ b/sdk/lib/core/bool.dart
@@ -41,6 +41,9 @@ class bool {
external const factory bool.fromEnvironment(String name,
{bool defaultValue: false});
+ // TODO: Doc comment please.
Lasse Reichstein Nielsen 2016/12/08 12:25:32 Shouldn't be necessary. It satisfies the requireme
Kevin Millikin (Google) 2016/12/09 08:38:59 Done.
+ external int get hashCode;
+
/**
* Returns [:"true":] if the receiver is [:true:], or [:"false":] if the
* receiver is [:false:].

Powered by Google App Engine
This is Rietveld 408576698