Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(862)

Unified Diff: lib/src/options.dart

Issue 1028793002: Transitive inference using SCC (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: transitive inference on Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698