| Index: sdk/lib/async/future.dart
|
| diff --git a/sdk/lib/async/future.dart b/sdk/lib/async/future.dart
|
| index b2f1c5a6af3dbd58788a9afde4708cb46a40c43a..eb5fa8b58ad808855a54955a98f6c41d5ee3f80b 100644
|
| --- a/sdk/lib/async/future.dart
|
| +++ b/sdk/lib/async/future.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 "async.dart";
|
| +part of dart.async;
|
|
|
| /// A type representing values that are either `Future<T>` or `T`.
|
| ///
|
|
|