| Index: pkg/front_end/lib/src/fasta/source/outline_builder.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/source/outline_builder.dart b/pkg/front_end/lib/src/fasta/source/outline_builder.dart
|
| index 62a80e21e917226838780522aa4b0015c6a91c51..3e85c42fcb057e3111ff01260bca0b3a00e01376 100644
|
| --- a/pkg/front_end/lib/src/fasta/source/outline_builder.dart
|
| +++ b/pkg/front_end/lib/src/fasta/source/outline_builder.dart
|
| @@ -616,8 +616,8 @@ class OutlineBuilder extends UnhandledListener {
|
| debugEvent("FunctionType");
|
| List<FormalParameterBuilder> formals = pop();
|
| pop(); // formals offset
|
| - List<TypeVariableBuilder> typeVariables = pop();
|
| TypeBuilder returnType = pop();
|
| + List<TypeVariableBuilder> typeVariables = pop();
|
| push(library.addFunctionType(
|
| returnType, typeVariables, formals, functionToken.charOffset));
|
| }
|
|
|