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

Unified Diff: lib/type_algebra.dart

Issue 2464843002: Fix some strong mode issues. (Closed)
Patch Set: Revert .analysis_options as there are still strong-mode issues Created 4 years, 1 month 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
« no previous file with comments | « lib/transformations/mixin_full_resolution.dart ('k') | test/class_hierarchy_basic.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/type_algebra.dart
diff --git a/lib/type_algebra.dart b/lib/type_algebra.dart
index e93d870dc047dbab6aec93789c3467d468fba6d4..2e106aa0cea6c27875b1010f5c7c024fd385b4e2 100644
--- a/lib/type_algebra.dart
+++ b/lib/type_algebra.dart
@@ -362,7 +362,7 @@ class _DeepTypeSubstitutor extends _InnerTypeSubstitutor {
}
@override
- _TypeSubstitutor newInnerEnvironment() {
+ _DeepTypeSubstitutor newInnerEnvironment() {
return new _DeepTypeSubstitutor(<TypeParameter, DartType>{}, this);
}
« no previous file with comments | « lib/transformations/mixin_full_resolution.dart ('k') | test/class_hierarchy_basic.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698