| Index: pkg/analyzer/lib/src/services/runtime/coverage/coverage_impl.dart
|
| diff --git a/pkg/analyzer/lib/src/services/runtime/coverage/coverage_impl.dart b/pkg/analyzer/lib/src/services/runtime/coverage/coverage_impl.dart
|
| index bf245d5d222137541151c3648ffccaa2d2616dd8..b50cccaadd35b70859de76c7749773d3ce8f73c0 100644
|
| --- a/pkg/analyzer/lib/src/services/runtime/coverage/coverage_impl.dart
|
| +++ b/pkg/analyzer/lib/src/services/runtime/coverage/coverage_impl.dart
|
| @@ -254,7 +254,7 @@ class CoverageServer extends RewriteServer {
|
|
|
|
|
| /// The visitor that inserts `touch` method invocations.
|
| -class InsertTouchInvocationsVisitor extends GeneralizingASTVisitor {
|
| +class InsertTouchInvocationsVisitor extends GeneralizingAstVisitor {
|
| final AppInfo appInfo;
|
| final CodeInjector injector;
|
|
|
|
|