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

Unified Diff: pkg/meta/lib/meta.dart

Issue 11362139: Update library syntax in pkg files. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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/logging/lib/logging.dart ('k') | pkg/pkg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/meta/lib/meta.dart
===================================================================
--- pkg/meta/lib/meta.dart (revision 14644)
+++ pkg/meta/lib/meta.dart (working copy)
@@ -7,7 +7,7 @@
* semantic information about the program being annotated. These annotations are
* intended to be used by tools to provide a better user experience.
*/
-#library('meta');
+library meta;
/**
* An annotation used to mark a class, field, getter, setter, method, top-level
« no previous file with comments | « pkg/logging/lib/logging.dart ('k') | pkg/pkg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698