| Index: pkg/js_ast/lib/src/template.dart
|
| diff --git a/pkg/js_ast/lib/src/template.dart b/pkg/js_ast/lib/src/template.dart
|
| index 632f273bfd1c74e668f0a896ec437c5f101d9cea..34ad9721aa587c41e446f77a47f8a5f5b5f02743 100644
|
| --- a/pkg/js_ast/lib/src/template.dart
|
| +++ b/pkg/js_ast/lib/src/template.dart
|
| @@ -765,7 +765,6 @@ class InterpolatedNodeAnalysis extends BaseVisitor {
|
| int before = count;
|
| node.visitChildren(this);
|
| if (count != before) containsInterpolatedNode.add(node);
|
| - return null;
|
| }
|
|
|
| visitInterpolatedNode(InterpolatedNode node) {
|
|
|