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

Unified Diff: pkg/front_end/lib/src/fasta/builder/type_builder.dart

Issue 2675603002: Reduce strong mode errors and warnings (Closed)
Patch Set: comments & cleanup Created 3 years, 10 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: pkg/front_end/lib/src/fasta/builder/type_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/type_builder.dart b/pkg/front_end/lib/src/fasta/builder/type_builder.dart
index 850bb43a780a25df4a6d7c410b167088638d6095..0b5d00da6cc9c19eeb3852896440f20c6b0b83e1 100644
--- a/pkg/front_end/lib/src/fasta/builder/type_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/type_builder.dart
@@ -22,4 +22,6 @@ abstract class TypeBuilder extends Builder {
String toString() => "$debugName(${printOn(new StringBuffer())})";
TypeBuilder subst(Map<TypeVariableBuilder, TypeBuilder> substitution) => this;
+
+ build();
}

Powered by Google App Engine
This is Rietveld 408576698