| Index: pkg/analyzer/lib/src/task/strong_mode.dart
|
| diff --git a/pkg/analyzer/lib/src/task/strong_mode.dart b/pkg/analyzer/lib/src/task/strong_mode.dart
|
| index a78d590f344a6403c06ab3b52cb26763f5fc0579..b9efb5928f757f083892f6801618233aabbb61a1 100644
|
| --- a/pkg/analyzer/lib/src/task/strong_mode.dart
|
| +++ b/pkg/analyzer/lib/src/task/strong_mode.dart
|
| @@ -112,9 +112,7 @@ class InstanceMemberInferrer {
|
| /**
|
| * Initialize a newly create inferrer.
|
| */
|
| - InstanceMemberInferrer(this.typeProvider) {
|
| - typeSystem = new TypeSystemImpl(typeProvider);
|
| - }
|
| + InstanceMemberInferrer(this.typeProvider, this.typeSystem);
|
|
|
| /**
|
| * Infer type information for all of the instance members in the given
|
|
|