| Index: lib/src/options.dart
|
| diff --git a/lib/src/options.dart b/lib/src/options.dart
|
| index 381cbdc945d1c9fa9a005ce97f38de182932e588..e94a115f4abadf74b38dc8788a4f2fa534c99150 100644
|
| --- a/lib/src/options.dart
|
| +++ b/lib/src/options.dart
|
| @@ -79,7 +79,7 @@ class RulesOptions extends TypeOptions {
|
|
|
| /// Whether to wrap closures for compatibility.
|
| final bool wrapClosures;
|
| - static const wrapClosuresDefault = true;
|
| + static const wrapClosuresDefault = false;
|
|
|
| RulesOptions({this.allowConstCasts: true, this.covariantGenerics: true,
|
| this.inferDownwards: inferDownwardsDefault, this.relaxedCasts: true,
|
|
|