| Index: lib/type_environment.dart
|
| diff --git a/lib/type_environment.dart b/lib/type_environment.dart
|
| index 47b1c285e867c1580b6cc172e42e9518f6570523..96f6a21a5f9847f98b411e8716f46199fb4ba589 100644
|
| --- a/lib/type_environment.dart
|
| +++ b/lib/type_environment.dart
|
| @@ -17,6 +17,7 @@ class TypeEnvironment extends SubtypeTester {
|
|
|
| DartType returnType;
|
| DartType yieldType;
|
| + AsyncMarker currentAsyncMarker = AsyncMarker.Sync;
|
|
|
| /// An error handler for use in debugging, or `null` if type errors should not
|
| /// be tolerated. See [typeError].
|
|
|