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

Unified Diff: lib/core/core.dart

Issue 10977033: Cleanup the core/object.dart file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: lib/core/core.dart
diff --git a/lib/core/core.dart b/lib/core/core.dart
index 6d15ad6c6b762b25a4e93917140732030949b9c5..0e76548bf072de33f8cfff8de2de0561075c3f6d 100644
--- a/lib/core/core.dart
+++ b/lib/core/core.dart
@@ -19,6 +19,7 @@
#source("function.dart");
#source("future.dart");
#source("hashable.dart");
+#source("identical.dart");
#source("int.dart");
#source("iterable.dart");
#source("iterator.dart");
@@ -36,3 +37,4 @@
#source("string.dart");
#source("string_buffer.dart");
#source("strings.dart");
+#source("type.dart");

Powered by Google App Engine
This is Rietveld 408576698