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

Unified Diff: tests/language/duplicate_import_libb.dart

Issue 11293148: Report errors on duplicate export. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Status updated Created 8 years, 1 month 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/duplicate_import_liba.dart ('k') | tests/language/duplicate_import_libc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/duplicate_import_libb.dart
diff --git a/sdk/lib/coreimpl/coreimpl.dart b/tests/language/duplicate_import_libb.dart
similarity index 73%
copy from sdk/lib/coreimpl/coreimpl.dart
copy to tests/language/duplicate_import_libb.dart
index 067ea2fe3dd668ef47b4c870d1569db4c8a0cbf7..9b87595f24141781591ae3694821cc882bb1a711 100644
--- a/sdk/lib/coreimpl/coreimpl.dart
+++ b/tests/language/duplicate_import_libb.dart
@@ -2,8 +2,12 @@
// 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("dart:coreimpl");
+library libb;
-#import("dart:collection");
+var field;
-#source("regexp.dart");
+void method() {}
+
+class Class {}
+
+class methodOrClass {}
« no previous file with comments | « tests/language/duplicate_import_liba.dart ('k') | tests/language/duplicate_import_libc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698