Index: sdk/lib/core/annotations.dart |
diff --git a/sdk/lib/core/annotations.dart b/sdk/lib/core/annotations.dart |
index 88beab5dbe0868ef1e270662b8c5141744cdef9d..e121da859fd2a00c9424d744bae6c4aa6ea719e9 100644 |
--- a/sdk/lib/core/annotations.dart |
+++ b/sdk/lib/core/annotations.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-part of "core.dart"; |
+part of "dart:core"; |
/** |
* The annotation `@Deprecated('expires when')` marks a feature as deprecated. |