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

Unified Diff: frog/gen.dart

Issue 8774039: Fix for Issue 622 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: frogsh 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 | « frog/frogsh ('k') | frog/parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/gen.dart
diff --git a/frog/gen.dart b/frog/gen.dart
index 53b34595cdda139afe781891d4b3a0f4e54294f5..cf6fe0d1a4e50e4d35b1ea4fe8bf20692db160cc 100644
--- a/frog/gen.dart
+++ b/frog/gen.dart
@@ -1838,7 +1838,7 @@ class MethodGenerator implements TreeVisitor {
} else if (xn is DotExpression) {
return _visitDotAssign(kind, xn, yn, position, captureOriginal);
} else {
- world.error('illegal lhs', position.span);
+ world.error('illegal lhs', xn.span);
}
}
« no previous file with comments | « frog/frogsh ('k') | frog/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698