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

Unified Diff: frog/leg/elements/elements.dart

Issue 8924001: First implementation of top-level fields without initializers. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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 | « no previous file | frog/leg/scanner/listener.dart » ('j') | frog/leg/scanner/listener.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/leg/elements/elements.dart
===================================================================
--- frog/leg/elements/elements.dart (revision 2339)
+++ frog/leg/elements/elements.dart (working copy)
@@ -30,6 +30,8 @@
static final ElementKind CLASS = const ElementKind('class');
static final ElementKind FOREIGN = const ElementKind('foreign');
static final ElementKind CONSTRUCTOR = const ElementKind('constructor');
+ static final ElementKind FIELD = const ElementKind('field');
+ static final ElementKind VARIABLE_LIST = const ElementKind('variable_list');
karlklose 2011/12/12 15:09:48 VARIABLE_LIST -> FIELD_LIST?
ngeoffray 2011/12/12 15:52:08 Done.
static final ElementKind CONSTRUCTOR_BODY =
const ElementKind('constructor_body');
« no previous file with comments | « no previous file | frog/leg/scanner/listener.dart » ('j') | frog/leg/scanner/listener.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698