| Index: pkg/front_end/lib/src/fasta/kernel/kernel_function_type_builder.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/kernel/kernel_function_type_builder.dart b/pkg/front_end/lib/src/fasta/kernel/kernel_function_type_builder.dart
|
| index 3dc642ead97073bfafae5385c1f717a8043adb8e..528521e0a4fefbafc5f42508bfc51fac9fe7cbe3 100644
|
| --- a/pkg/front_end/lib/src/fasta/kernel/kernel_function_type_builder.dart
|
| +++ b/pkg/front_end/lib/src/fasta/kernel/kernel_function_type_builder.dart
|
| @@ -37,7 +37,7 @@ class KernelFunctionTypeBuilder extends FunctionTypeBuilder
|
| List<FormalParameterBuilder> formals)
|
| : super(charOffset, fileUri, returnType, typeVariables, formals);
|
|
|
| - DartType build(LibraryBuilder library) {
|
| + FunctionType build(LibraryBuilder library) {
|
| DartType builtReturnType =
|
| returnType?.build(library) ?? const DynamicType();
|
| List<DartType> positionalParameters = <DartType>[];
|
|
|