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( |