| Index: sdk/lib/core/annotations.dart
|
| diff --git a/sdk/lib/core/annotations.dart b/sdk/lib/core/annotations.dart
|
| index e121da859fd2a00c9424d744bae6c4aa6ea719e9..77211ab72f8911d7bbdd684291fab55951dfe376 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 "dart:core";
|
| +part of dart.core;
|
|
|
| /**
|
| * The annotation `@Deprecated('expires when')` marks a feature as deprecated.
|
|
|