| Index: sdk/lib/core/symbol.dart
|
| diff --git a/sdk/lib/core/symbol.dart b/sdk/lib/core/symbol.dart
|
| index 1da79064d0af6ee42d253926ebb18e1c1899c07b..a6458c5cb00398b444c4528e23701e99ba0e11e8 100644
|
| --- a/sdk/lib/core/symbol.dart
|
| +++ b/sdk/lib/core/symbol.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 "core.dart";
|
|
|
| /// Opaque name used by mirrors, invocations and [Function.apply].
|
| abstract class Symbol {
|
|
|