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

Unified Diff: test/piece1.dart

Issue 1016913002: pkg/smoke: support latest analyzer version and formatted code (Closed) Base URL: https://github.com/dart-lang/smoke@master
Patch Set: updates Created 5 years, 9 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
« no previous file with comments | « test/mirrors_used_test.dart ('k') | test/piece2.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/piece1.dart
diff --git a/test/piece1.dart b/test/piece1.dart
index d70a5dfadfda31a4530716f0dd94b93ecf6a5902..9680563f8c74b48baa36e58a75f41ccf7c2dc4e1 100644
--- a/test/piece1.dart
+++ b/test/piece1.dart
@@ -11,25 +11,16 @@ import 'common.dart' as smoke_0;
final configuration = new StaticConfiguration(
checkedMode: false,
- getters: {
- #j: (o) => o.j,
- #j2: (o) => o.j2,
- },
+ getters: {#j: (o) => o.j, #j2: (o) => o.j2,},
setters: {},
- parents: {
- smoke_0.H: smoke_0.G,
- },
+ parents: {smoke_0.H: smoke_0.G,},
declarations: {
- smoke_0.H: {
- #f: const Declaration(#f, int, annotations: const [smoke_0.a1]),
- #g: const Declaration(#g, int, annotations: const [smoke_0.a1]),
- #h: const Declaration(#h, int, annotations: const [smoke_0.a2]),
- #i: const Declaration(#i, int, annotations: const [smoke_0.a3]),
- },
- },
- staticMethods: {
- smoke_0.A: {
- #staticInc: smoke_0.A.staticInc,
- },
- },
+ smoke_0.H: {
+ #f: const Declaration(#f, int, annotations: const [smoke_0.a1]),
+ #g: const Declaration(#g, int, annotations: const [smoke_0.a1]),
+ #h: const Declaration(#h, int, annotations: const [smoke_0.a2]),
+ #i: const Declaration(#i, int, annotations: const [smoke_0.a3]),
+ },
+},
+ staticMethods: {smoke_0.A: {#staticInc: smoke_0.A.staticInc,},},
names: {});
« no previous file with comments | « test/mirrors_used_test.dart ('k') | test/piece2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698