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

Unified Diff: tests/language/deferred_duplicate_prefix2_test.dart

Issue 177543002: 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 06af4540752ca85bd3e5eb700bad18a7c1359056..9e520a8533c5e9edb458a7df429057fab57174b6 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_constraints_lib.dart" as lib; /// 01: compile-time error
-import "deferred_constraints_lib2.dart" as lib;
+@lazy import "deferred_prefix_constraints_lib.dart" as lib; /// 01: compile-time error
+import "deferred_prefix_constraints_lib2.dart" as lib;
const lazy = const DeferredLibrary('lib');

Powered by Google App Engine
This is Rietveld 408576698