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

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

Issue 27523002: Add "deprecated" to the standard library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated toString message for Deprecated. Created 7 years, 2 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/annotations.dart ('k') | sdk/lib/core/corelib_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/core.dart
diff --git a/sdk/lib/core/core.dart b/sdk/lib/core/core.dart
index 627e6b2e68e611a925588e5de6312b4600d5ef85..7e84379f3cb1f370b40e3c70026af01f1c9cf414 100644
--- a/sdk/lib/core/core.dart
+++ b/sdk/lib/core/core.dart
@@ -158,6 +158,7 @@ import "dart:_collection-dev" as _collection_dev;
import "dart:convert" show UTF8, Encoding;
import "dart:math" show Random; // Used by List.shuffle.
+part "annotations.dart";
part "bool.dart";
part "comparable.dart";
part "date_time.dart";
« no previous file with comments | « sdk/lib/core/annotations.dart ('k') | sdk/lib/core/corelib_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698