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

Unified Diff: tests/language/regress_20935_bar.dart

Issue 564403002: Handle implicitly hidden exports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 6 years, 3 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/language/language_analyzer2.status ('k') | tests/language/regress_20935_foo.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/regress_20935_bar.dart
diff --git a/tests/language/regress_19413_bar.dart b/tests/language/regress_20935_bar.dart
similarity index 89%
copy from tests/language/regress_19413_bar.dart
copy to tests/language/regress_20935_bar.dart
index 4ec09db791a0a62ff6cbeb1b33d9f37bdf27cbe9..e3f1ac68fa2f67c7667b0c2b6456ace61148e605 100644
--- a/tests/language/regress_19413_bar.dart
+++ b/tests/language/regress_20935_bar.dart
@@ -4,6 +4,4 @@
library bar;
-f() {
- print('bar.f()');
-}
+typedef Future(int);
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/regress_20935_foo.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698