We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5f34f commit e304d34Copy full SHA for e304d34
pkg/analyzer/lib/src/dart/analysis/session.dart
@@ -265,14 +265,14 @@ class SynchronousSession {
265
implicitCasts: analysisOptions.implicitCasts,
266
isNonNullableByDefault: false,
267
strictInference: analysisOptions.strictInference,
268
- typeProvider: typeProvider,
+ typeProvider: _typeProviderLegacy,
269
);
270
271
_typeSystemNonNullableByDefault = TypeSystemImpl(
272
273
isNonNullableByDefault: true,
274
275
+ typeProvider: _typeProviderNonNullableByDefault,
276
277
}
278
0 commit comments