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

Unified Diff: packages/dart_style/test/comments/top_level.unit

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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: packages/dart_style/test/comments/top_level.unit
diff --git a/packages/dart_style/test/comments/top_level.unit b/packages/dart_style/test/comments/top_level.unit
index fbd7326e6788c6b968baa6f6adfc8e03522d9f6d..d1fe80f6979db5e5ee20e09dd53477f46de999dd 100644
--- a/packages/dart_style/test/comments/top_level.unit
+++ b/packages/dart_style/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 | « packages/dart_style/test/comments/generic_methods.unit ('k') | packages/dart_style/test/formatter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698