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

Unified Diff: packages/dart_style/test/whitespace/classes.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/whitespace/classes.unit
diff --git a/packages/dart_style/test/whitespace/classes.unit b/packages/dart_style/test/whitespace/classes.unit
index 03d81d99fd893b8c7710bf368cab1b592ff1bc3c..3e088fab07c280ad46814cffc1f1330252834eb8 100644
--- a/packages/dart_style/test/whitespace/classes.unit
+++ b/packages/dart_style/test/whitespace/classes.unit
@@ -99,4 +99,17 @@ class Foo {
set f(value) {}
set g(value) => null;
var h = 1;
+}
+>>> covariant field (skip: published version of analyzer doesn't support 'covariant yet')
+class Foo {
+ covariant var bar;
+ covariant int baz;
+@wat covariant int zoop;
+}
+<<<
+class Foo {
+ covariant var bar;
+ covariant int baz;
+ @wat
+ covariant int zoop;
}
« no previous file with comments | « packages/dart_style/test/whitespace/blocks.stmt ('k') | packages/dart_style/test/whitespace/directives.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698