Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: tests/lib/mirrors/typedef_library.dart

Issue 1004833002: dart2js: Emit libraries that are only used for typedefs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/lib/mirrors/typedef_deferred_library_test.dart ('k') | tests/lib/mirrors/typedef_library_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « tests/lib/mirrors/typedef_deferred_library_test.dart ('k') | tests/lib/mirrors/typedef_library_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698