| Index: sdk/lib/_collection_dev/print.dart
|
| diff --git a/tests/compiler/dart2js_extra/crash_library_metadata.dart b/sdk/lib/_collection_dev/print.dart
|
| similarity index 74%
|
| copy from tests/compiler/dart2js_extra/crash_library_metadata.dart
|
| copy to sdk/lib/_collection_dev/print.dart
|
| index b2746878e24c66cc00c9d3da2e6a99620f0d686a..2743a2bda239acd19b9c50f55fec0820c6ce304c 100644
|
| --- a/tests/compiler/dart2js_extra/crash_library_metadata.dart
|
| +++ b/sdk/lib/_collection_dev/print.dart
|
| @@ -2,9 +2,6 @@
|
| // 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.
|
|
|
| -@Constant()
|
| -library foo;
|
| +part of dart._collection.dev;
|
|
|
| -class Constant {
|
| - const Constant();
|
| -}
|
| +external void internalPrint(Object object);
|
|
|