| Index: sdk/lib/mirrors/mirrors_impl.dart
|
| diff --git a/sdk/lib/mirrors/mirrors_impl.dart b/sdk/lib/mirrors/mirrors_impl.dart
|
| index 73f79c225ab9cfb2495bb88a1f3756fd09ae4d86..b49c40e1e79f0f991b3ab44e5e97bb873bafa110 100644
|
| --- a/sdk/lib/mirrors/mirrors_impl.dart
|
| +++ b/sdk/lib/mirrors/mirrors_impl.dart
|
| @@ -2,6 +2,8 @@
|
| // 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.mirrors;
|
| +
|
| /**
|
| * A [MirrorSystem] is the main interface used to reflect on a set of
|
| * associated libraries.
|
|
|