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

Unified Diff: frog/leg/scanner/listener.dart

Issue 8769012: Start resolving classes and default constructors. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 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
Index: frog/leg/scanner/listener.dart
===================================================================
--- frog/leg/scanner/listener.dart (revision 1986)
+++ frog/leg/scanner/listener.dart (working copy)
@@ -779,7 +779,7 @@
PartialFunctionElement(SourceString name,
Token this.beginToken, Token this.endToken)
- : super(name);
+ : super(name, ElementKind.FUNCTION, null);
FunctionExpression parseNode(Canceler canceler, Logger logger) {
if (node != null) return node;

Powered by Google App Engine
This is Rietveld 408576698