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

Unified Diff: tests/language/library_juxtaposition_part.dart

Issue 11412147: Fix a type annotation in the parser to make it accept non-literal strings as part URIs in checked m… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Also fix import and add a test. 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/library_juxtaposition_lib.dart ('k') | tests/language/library_juxtaposition_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/library_juxtaposition_part.dart
diff --git a/tests/language/first_class_types_lib1.dart b/tests/language/library_juxtaposition_part.dart
similarity index 89%
copy from tests/language/first_class_types_lib1.dart
copy to tests/language/library_juxtaposition_part.dart
index baadc66015a5ced9bfbdc10f1180715ee714a547..2b1494210f26acc3c43d326922f3fcea44c1217f 100644
--- a/tests/language/first_class_types_lib1.dart
+++ b/tests/language/library_juxtaposition_part.dart
@@ -2,6 +2,4 @@
// 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 lib1;
-
-class A {}
+const c = 47;
« no previous file with comments | « tests/language/library_juxtaposition_lib.dart ('k') | tests/language/library_juxtaposition_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698