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 2a0ccd4a6b382d11931fa471aa9de73e2c8c2596..cfbb348487164abadefee701b5bcd32338adfc03 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 |
@@ -120,6 +120,7 @@ abstract class SourceLibraryBuilder<T extends TypeBuilder, R> |
bool get isPart => partOfName != null || partOfUri != null; |
+ @override |
bool get isPatch; |
List<T> get types => libraryDeclaration.types; |