| Index: test/codegen/lib/html/json_helper.dart
|
| diff --git a/test/codegen/language/deferred_type_dependency_lib3.dart b/test/codegen/lib/html/json_helper.dart
|
| similarity index 69%
|
| copy from test/codegen/language/deferred_type_dependency_lib3.dart
|
| copy to test/codegen/lib/html/json_helper.dart
|
| index 9a23fc960f3a41a78bc94be3ec5b94d01b130256..7d037ae2ec820ea61b98cf4c23466cccffbbe25e 100644
|
| --- a/test/codegen/language/deferred_type_dependency_lib3.dart
|
| +++ b/test/codegen/lib/html/json_helper.dart
|
| @@ -2,9 +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.
|
|
|
| -library lib3;
|
| +@JS("JSON")
|
| +library json_helper;
|
|
|
| -class A {
|
| - var p = true;
|
| -}
|
| +import 'package:js/js.dart';
|
|
|
| +external String stringify(object);
|
|
|