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

Unified Diff: test/comments/top_level.unit

Issue 1505983005: Upgrade to analyzer 0.27.0. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: More upgrades. Created 5 years 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 | « pubspec.yaml ('k') | test/splitting/imports.unit » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/comments/top_level.unit
diff --git a/test/comments/top_level.unit b/test/comments/top_level.unit
index fbd7326e6788c6b968baa6f6adfc8e03522d9f6d..d1fe80f6979db5e5ee20e09dd53477f46de999dd 100644
--- a/test/comments/top_level.unit
+++ b/test/comments/top_level.unit
@@ -212,4 +212,9 @@ var b = 2;
var a = 1;
/// doc
-var b = 2;
+var b = 2;
+>>> in dotted name
+import 'a' if (/**/a/**/./**/b/**/) 'c';
+<<<
+import 'a'
+ if (/**/ a /**/ . /**/ b /**/) 'c';
« no previous file with comments | « pubspec.yaml ('k') | test/splitting/imports.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698