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

Unified Diff: pkg/front_end/lib/src/fasta/source/source_library_builder.dart

Issue 2967923002: Use type variables on Typedef correctly. (Closed)
Patch Set: Fix NPE and change compile-time error to warning. Created 3 years, 5 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/source/source_library_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/source/source_library_builder.dart b/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
index 1583ab9e0f10b238dcf714d9ae954b1ec53aaee2..9a8b17d02d59f50be99bef741233a8a923bb6674 100644
--- a/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
+++ b/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
@@ -243,10 +243,9 @@ abstract class SourceLibraryBuilder<T extends TypeBuilder, R>
void addFunctionTypeAlias(
List<MetadataBuilder> metadata,
- T returnType,
String name,
List<TypeVariableBuilder> typeVariables,
- List<FormalParameterBuilder> formals,
+ FunctionTypeBuilder type,
int charOffset);
FunctionTypeBuilder addFunctionType(

Powered by Google App Engine
This is Rietveld 408576698