| 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 9f6516f905925df551651d6b554ad421a5bf0b9d..24b8f0c6a66eee83a64c327d714b38c43e45cc90 100644
|
| --- a/pkg/front_end/lib/src/fasta/builder/type_builder.dart
|
| +++ b/pkg/front_end/lib/src/fasta/builder/type_builder.dart
|
| @@ -14,6 +14,9 @@ import 'scope.dart' show
|
|
|
| // TODO(ahe): Make const class.
|
| abstract class TypeBuilder extends Builder {
|
| + TypeBuilder(int charOffset, Uri fileUri)
|
| + : super(null, charOffset, fileUri);
|
| +
|
| void resolveIn(Scope scope);
|
|
|
| void bind(TypeDeclarationBuilder builder);
|
|
|