Chromium Code Reviews| Index: lib/src/options.dart |
| diff --git a/lib/src/options.dart b/lib/src/options.dart |
| index cb7d88beb1591ab299b7fb71af99dacbdcdab1f1..f91da3171c502daf068deae427bd17255d89e214 100644 |
| --- a/lib/src/options.dart |
| +++ b/lib/src/options.dart |
| @@ -46,7 +46,7 @@ class ResolverOptions { |
| /// more detail so that, in the example above, we can use `B`'s inferred type |
| /// always. |
|
vsm
2015/03/21 15:52:19
Can you update the comment? :-)
Have you seen an
Siggi Cherem (dart-lang)
2015/03/23 20:06:31
Good point. done.
|
| final bool inferTransitively; |
| - static const inferTransitivelyDefault = false; |
| + static const inferTransitivelyDefault = true; |
| /// Restrict inference of fields and top-levels to those that are final and |
| /// const. |