| Index: pkg/analyzer/lib/src/task/dart.dart
|
| diff --git a/pkg/analyzer/lib/src/task/dart.dart b/pkg/analyzer/lib/src/task/dart.dart
|
| index edd2d55426c83f9db33d3be4efcb58f9b51ad3d8..6de317c5bb40c67db536b1efb6ad7e55eff1fc27 100644
|
| --- a/pkg/analyzer/lib/src/task/dart.dart
|
| +++ b/pkg/analyzer/lib/src/task/dart.dart
|
| @@ -6126,7 +6126,7 @@ class StrongModeVerifyUnitTask extends SourceBasedAnalysisTask {
|
| if (options.strongMode) {
|
| CodeChecker checker = new CodeChecker(
|
| typeProvider,
|
| - new StrongTypeSystemImpl(
|
| + new StrongTypeSystemImpl(typeProvider,
|
| implicitCasts: options.implicitCasts,
|
| nonnullableTypes: options.nonnullableTypes),
|
| errorListener,
|
|
|