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

Unified Diff: tests/language/part_of_uri2_part.dart

Issue 2640853005: Make Analyzer, VM and dart2js accept URI strings as part-of library identifier. (Closed)
Patch Set: Add tests, enable flag by default in analyzer. Created 3 years, 11 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/part_of_uri2_part.dart
diff --git a/tests/language/part_of_uri2_part.dart b/tests/language/part_of_uri2_part.dart
new file mode 100644
index 0000000000000000000000000000000000000000..22c889a5fd7560a8a663fd865ea168cbc36bda1e
--- /dev/null
+++ b/tests/language/part_of_uri2_part.dart
@@ -0,0 +1,9 @@
+// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
+// 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.
+
+part of "part_of_uri2_test.dart";
+
+// Refer to declaration in library and other part.
+const bar1 = "part1";
+const baz1 = "$foo${bar2}1";

Powered by Google App Engine
This is Rietveld 408576698