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

Unified Diff: pkg/front_end/lib/src/fasta/builder/invalid_type_builder.dart

Issue 3009573002: Serialize exports scopes. (Closed)
Patch Set: Update status file for rasta/export.dart Created 3 years, 4 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
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/builder/invalid_type_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/invalid_type_builder.dart b/pkg/front_end/lib/src/fasta/builder/invalid_type_builder.dart
index 945f7e140bb640e99232a7180383ac1318b91404..0346e020986b034d7ae5e23f7a501b2d5cb20456 100644
--- a/pkg/front_end/lib/src/fasta/builder/invalid_type_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/invalid_type_builder.dart
@@ -4,6 +4,8 @@
library fasta.invalid_type_builder;
+import '../fasta_codes.dart' show Message;
+
import 'builder.dart' show TypeBuilder, TypeDeclarationBuilder;
abstract class InvalidTypeBuilder<T extends TypeBuilder, R>
@@ -11,5 +13,7 @@ abstract class InvalidTypeBuilder<T extends TypeBuilder, R>
InvalidTypeBuilder(String name, int charOffset, [Uri fileUri])
: super(null, 0, name, null, charOffset, fileUri);
+ Message get message;
+
String get debugName => "InvalidTypeBuilder";
}
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698