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

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

Issue 2695453002: Generalize DeclarationBuilder.resolveTypes. (Closed)
Patch Set: 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_variable_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/type_variable_builder.dart b/pkg/front_end/lib/src/fasta/builder/type_variable_builder.dart
index 36c98968ed0d13a5b062b0c80a1650644e3493f6..30881ee631dc4928ddf24fab21e819cb781ede6e 100644
--- a/pkg/front_end/lib/src/fasta/builder/type_variable_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/type_variable_builder.dart
@@ -15,7 +15,7 @@ abstract class TypeVariableBuilder<T extends TypeBuilder, R>
TypeVariableBuilder(String name, this.bound, LibraryBuilder compilationUnit,
int charOffset)
- : super(null, null, name, null, compilationUnit, charOffset);
+ : super(null, null, name, compilationUnit, charOffset);
String get debugName => "TypeVariableBuilder";

Powered by Google App Engine
This is Rietveld 408576698