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

Unified Diff: tests/language/deferred_duplicate_prefix2_test.dart

Issue 185053005: Revert "Constrain type annotations with deferred types." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
Index: tests/language/deferred_duplicate_prefix2_test.dart
diff --git a/tests/language/deferred_duplicate_prefix2_test.dart b/tests/language/deferred_duplicate_prefix2_test.dart
index 9e520a8533c5e9edb458a7df429057fab57174b6..06af4540752ca85bd3e5eb700bad18a7c1359056 100644
--- a/tests/language/deferred_duplicate_prefix2_test.dart
+++ b/tests/language/deferred_duplicate_prefix2_test.dart
@@ -4,8 +4,8 @@
import "dart:async";
-@lazy import "deferred_prefix_constraints_lib.dart" as lib; /// 01: compile-time error
-import "deferred_prefix_constraints_lib2.dart" as lib;
+@lazy import "deferred_constraints_lib.dart" as lib; /// 01: compile-time error
+import "deferred_constraints_lib2.dart" as lib;
const lazy = const DeferredLibrary('lib');
« no previous file with comments | « tests/language/deferred_duplicate_prefix1_test.dart ('k') | tests/language/deferred_duplicate_prefix3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698