| Index: pkg/analyzer2dart/lib/src/tree_shaker.dart
|
| diff --git a/pkg/analyzer2dart/lib/src/tree_shaker.dart b/pkg/analyzer2dart/lib/src/tree_shaker.dart
|
| index 47a653fdf7a836e512c03e426e90afa117e3c66a..bc694384db17c66c138d3dc99697687d356ccf2f 100644
|
| --- a/pkg/analyzer2dart/lib/src/tree_shaker.dart
|
| +++ b/pkg/analyzer2dart/lib/src/tree_shaker.dart
|
| @@ -44,6 +44,9 @@ class MethodAnalysis {
|
| /**
|
| * The classes that are instantiated by the method.
|
| */
|
| + // TODO(johnniwinther,paulberry): Register instantiated types.
|
| + // TODO(johnniwinther,paulberry): Register checked types from is/as checks,
|
| + // catch clauses and (checked) type annotations.
|
| final List<ClassElement> instantiates = <ClassElement>[];
|
|
|
| MethodAnalysis(this.declaration);
|
|
|