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

Unified Diff: tests/language/deferred_constraints_lib.dart

Issue 169703003: Add prefix constraints for deferred imports. (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_constraints_lib.dart
diff --git a/tests/language/deferred_constraints_lib.dart b/tests/language/deferred_constraints_lib.dart
new file mode 100644
index 0000000000000000000000000000000000000000..845fdd8474b1ecd5e164e14e20b75a2fa4e68ddc
--- /dev/null
+++ b/tests/language/deferred_constraints_lib.dart
@@ -0,0 +1,7 @@
+class C {}
floitsch 2014/02/17 14:39:26 Copyright lines missing.
sigurdm 2014/02/18 08:49:53 Done.
+
+class Const {
+ const Const();
+}
+
+const constantInstance = const Const();

Powered by Google App Engine
This is Rietveld 408576698