| Index: pkg/analyzer/test/src/task/strong_mode_test.dart
|
| diff --git a/pkg/analyzer/test/src/task/strong_mode_test.dart b/pkg/analyzer/test/src/task/strong_mode_test.dart
|
| index ed3d8ca5686f602b5a0f7ce1bd2d0a142eb14b56..e2ab408ae269e2b6418eac33a51e696394dc5bc7 100644
|
| --- a/pkg/analyzer/test/src/task/strong_mode_test.dart
|
| +++ b/pkg/analyzer/test/src/task/strong_mode_test.dart
|
| @@ -949,6 +949,7 @@ class B extends A {
|
|
|
| InstanceMemberInferrer _runInferrer(CompilationUnitElement unit) {
|
| InstanceMemberInferrer inferrer = createInferrer(unit.library);
|
| + inferrer.inferInstanceMethods(unit);
|
| inferrer.inferCompilationUnit(unit);
|
| return inferrer;
|
| }
|
|
|