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

Unified Diff: pkg/fletchc/lib/src/closure_environment.dart

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Address ahe's review Created 5 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 | « pkg/fletchc/lib/fletch_compiler.dart ('k') | pkg/fletchc/lib/src/codegen_visitor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fletchc/lib/src/closure_environment.dart
diff --git a/pkg/fletchc/lib/src/closure_environment.dart b/pkg/fletchc/lib/src/closure_environment.dart
index aeb4f593cde33502422d7b2d49ef51a2a1ee4076..1172a8179ce86eb571df2a2e6aa6c47bcd4608f3 100644
--- a/pkg/fletchc/lib/src/closure_environment.dart
+++ b/pkg/fletchc/lib/src/closure_environment.dart
@@ -746,10 +746,9 @@ class ClosureVisitor
node, indexFunction, indexSetFunction, index, operator, null);
}
- @override
void visitTypeAnnotation(TypeAnnotation node) {
- // This is to avoid the inherited implementation that visits children and
- // throws when encountering anything unresolved.
+ // TODO(sigurdm): This is to avoid the inherited implementation that visits
+ // children and throws when encountering anything unresolved.
}
void handleImmutableLocalSet(
« no previous file with comments | « pkg/fletchc/lib/fletch_compiler.dart ('k') | pkg/fletchc/lib/src/codegen_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698