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

Unified 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, 7 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 | « pkg/smoke/test/common.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/smoke/test/static_test.dart
diff --git a/pkg/smoke/test/static_test.dart b/pkg/smoke/test/static_test.dart
index 896c4654e13f5682cfeac0ed02be237b2161fcc4..3fb758246a56e91848082d52c0ba0859c41151d4 100644
--- a/pkg/smoke/test/static_test.dart
+++ b/pkg/smoke/test/static_test.dart
@@ -79,6 +79,10 @@ _configure() {
#h: const Declaration(#h, int, annotations: const [smoke_0.a2]),
#i: const Declaration(#i, int, annotations: const [smoke_0.a3]),
},
+ smoke_0.K: {
+ #k: const Declaration(#k, int, annotations: const [const smoke_0.AnnotC(named: true)]),
+ #k2: const Declaration(#k2, int, annotations: const [const smoke_0.AnnotC()]),
+ },
_M0: {
#i: const Declaration(#i, int),
#inc: const Declaration(#inc, Function, kind: METHOD),
« 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