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

Side by Side Diff: pkg/smoke/test/static_test.dart

Issue 306993002: smoke: support named argument in annotations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/smoke/test/common.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /// ---- AUTOGENERATED: DO NOT EDIT THIS FILE -------------- 1 /// ---- AUTOGENERATED: DO NOT EDIT THIS FILE --------------
2 /// To update this test file, call: 2 /// To update this test file, call:
3 /// > dart codegen/end_to_end_test.dart --update_static_test 3 /// > dart codegen/end_to_end_test.dart --update_static_test
4 /// -------------------------------------------------------- 4 /// --------------------------------------------------------
5 5
6 library smoke.test.static_test; 6 library smoke.test.static_test;
7 7
8 import 'package:unittest/unittest.dart'; 8 import 'package:unittest/unittest.dart';
9 import 'package:smoke/smoke.dart' show Declaration, PROPERTY, METHOD; 9 import 'package:smoke/smoke.dart' show Declaration, PROPERTY, METHOD;
10 import 'package:smoke/static.dart' show useGeneratedCode, StaticConfiguration; 10 import 'package:smoke/static.dart' show useGeneratedCode, StaticConfiguration;
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 smoke_0.G: { 72 smoke_0.G: {
73 #b: const Declaration(#b, int, annotations: const [smoke_0.a1]), 73 #b: const Declaration(#b, int, annotations: const [smoke_0.a1]),
74 #d: const Declaration(#d, int, annotations: const [smoke_0.a2]), 74 #d: const Declaration(#d, int, annotations: const [smoke_0.a2]),
75 }, 75 },
76 smoke_0.H: { 76 smoke_0.H: {
77 #f: const Declaration(#f, int, annotations: const [smoke_0.a1]), 77 #f: const Declaration(#f, int, annotations: const [smoke_0.a1]),
78 #g: const Declaration(#g, int, annotations: const [smoke_0.a1]), 78 #g: const Declaration(#g, int, annotations: const [smoke_0.a1]),
79 #h: const Declaration(#h, int, annotations: const [smoke_0.a2]), 79 #h: const Declaration(#h, int, annotations: const [smoke_0.a2]),
80 #i: const Declaration(#i, int, annotations: const [smoke_0.a3]), 80 #i: const Declaration(#i, int, annotations: const [smoke_0.a3]),
81 }, 81 },
82 smoke_0.K: {
83 #k: const Declaration(#k, int, annotations: const [const smoke_0.Annot C(named: true)]),
84 #k2: const Declaration(#k2, int, annotations: const [const smoke_0.Ann otC()]),
85 },
82 _M0: { 86 _M0: {
83 #i: const Declaration(#i, int), 87 #i: const Declaration(#i, int),
84 #inc: const Declaration(#inc, Function, kind: METHOD), 88 #inc: const Declaration(#inc, Function, kind: METHOD),
85 #inc0: const Declaration(#inc0, Function, kind: METHOD), 89 #inc0: const Declaration(#inc0, Function, kind: METHOD),
86 #j: const Declaration(#j, int), 90 #j: const Declaration(#j, int),
87 #j2: const Declaration(#j2, int, kind: PROPERTY), 91 #j2: const Declaration(#j2, int, kind: PROPERTY),
88 }, 92 },
89 }, 93 },
90 staticMethods: { 94 staticMethods: {
91 smoke_0.A: { 95 smoke_0.A: {
92 #staticInc: smoke_0.A.staticInc, 96 #staticInc: smoke_0.A.staticInc,
93 }, 97 },
94 }, 98 },
95 names: { 99 names: {
96 #i: r'i', 100 #i: r'i',
97 })); 101 }));
98 } 102 }
99 103
100 main() { 104 main() {
101 setUp(_configure); 105 setUp(_configure);
102 common.main(); 106 common.main();
103 } 107 }
OLDNEW
« no previous file with comments | « pkg/smoke/test/common.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698