| Index: tests/lib/mirrors/typedef_library.dart
|
| diff --git a/runtime/lib/async_patch.dart b/tests/lib/mirrors/typedef_library.dart
|
| similarity index 89%
|
| copy from runtime/lib/async_patch.dart
|
| copy to tests/lib/mirrors/typedef_library.dart
|
| index 682ee8b10a4ec2d6b8496a5f06496f428819a00e..fcb3231612c0219e91e8b17b9983f6576c20f351 100644
|
| --- a/runtime/lib/async_patch.dart
|
| +++ b/tests/lib/mirrors/typedef_library.dart
|
| @@ -2,5 +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.
|
|
|
| -import "dart:_internal";
|
| +library bar;
|
|
|
| +typedef G();
|
|
|