| Index: sdk/lib/mirrors/mirror_classes.dart
|
| diff --git a/sdk/lib/mirrors/mirrors.dart b/sdk/lib/mirrors/mirror_classes.dart
|
| similarity index 99%
|
| copy from sdk/lib/mirrors/mirrors.dart
|
| copy to sdk/lib/mirrors/mirror_classes.dart
|
| index 303cec4ad7ea0c92f3c5a4d93af9399d99610128..2297a70d7d1be6021f1ba0624424af0046dd5446 100644
|
| --- a/sdk/lib/mirrors/mirrors.dart
|
| +++ b/sdk/lib/mirrors/mirror_classes.dart
|
| @@ -2,8 +2,9 @@
|
| // 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.
|
|
|
| -// The dart:mirrors library provides reflective access for Dart program.
|
| -//
|
| +// Commented out until supported by VM.
|
| +// part of dart.mirrors;
|
| +
|
| // For the purposes of the mirrors library, we adopt a naming
|
| // convention with respect to getters and setters. Specifically, for
|
| // some variable or field...
|
| @@ -14,8 +15,6 @@
|
| // 'myField='. This allows us to assign unique names to getters and
|
| // setters for the purposes of member lookup.
|
|
|
| -// #library("mirrors");
|
| -
|
| /**
|
| * A [MirrorSystem] is the main interface used to reflect on a set of
|
| * associated libraries.
|
|
|