| Index: lib/compiler/implementation/lib/mirrors.dart
|
| diff --git a/lib/compiler/implementation/lib/mirrors.dart b/lib/compiler/implementation/lib/mirrors.dart
|
| index f717d9b34a9df826a95c7a99c0ab702d17fb0493..e43f010d0970f1e89a25fbf6ad7fc56af49d1858 100644
|
| --- a/lib/compiler/implementation/lib/mirrors.dart
|
| +++ b/lib/compiler/implementation/lib/mirrors.dart
|
| @@ -2,6 +2,11 @@
|
| // 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 programs.
|
| + *
|
| + * Mirrors are currently only supported by the Dart VM.
|
| + */
|
| #library("dart:mirrors");
|
|
|
| #import("dart:isolate");
|
|
|