| Index: tests/lib/mirrors/metadata_allowed_values_import.dart
|
| diff --git a/runtime/bin/vmservice/client/out/web/observatory_main.dart b/tests/lib/mirrors/metadata_allowed_values_import.dart
|
| similarity index 70%
|
| copy from runtime/bin/vmservice/client/out/web/observatory_main.dart
|
| copy to tests/lib/mirrors/metadata_allowed_values_import.dart
|
| index d6028406b63c7d635aa29e6939ae7f91d876f9b2..67df4e21ab29a23c7cf0b83f32a8b6c8a6dea776 100644
|
| --- a/runtime/bin/vmservice/client/out/web/observatory_main.dart
|
| +++ b/tests/lib/mirrors/metadata_allowed_values_import.dart
|
| @@ -2,7 +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.
|
|
|
| -library observatory_main;
|
| -
|
| -main() {
|
| +class Imported {
|
| + const Imported();
|
| + const Imported.named();
|
| + static const CONSTANT = 0;
|
| }
|
|
|