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"; |