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