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

Unified Diff: pkg/front_end/lib/src/fasta/kernel/body_builder.dart

Issue 2908123002: Remove accessor properties not used by Fasta. (Closed)
Patch Set: Created 3 years, 7 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/kernel/fasta_accessors.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/kernel/body_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/kernel/body_builder.dart b/pkg/front_end/lib/src/fasta/kernel/body_builder.dart
index 258344083f6f9af9c13902181890308a3d8a739b..8d5af76f94e9ec17721c2db0c325a668d1f8c4d8 100644
--- a/pkg/front_end/lib/src/fasta/kernel/body_builder.dart
+++ b/pkg/front_end/lib/src/fasta/kernel/body_builder.dart
@@ -2835,22 +2835,6 @@ abstract class ContextAccessor extends FastaAccessor {
ContextAccessor(this.helper, this.token, this.accessor);
- @override
- Expression get builtBinary => internalError("Unsupported operation.");
-
- @override
- void set builtBinary(Expression expression) {
- internalError("Unsupported operation.");
- }
-
- @override
- Expression get builtGetter => internalError("Unsupported operation.");
-
- @override
- void set builtGetter(Expression expression) {
- internalError("Unsupported operation.");
- }
-
String get plainNameForRead => internalError("Unsupported operation.");
Expression doInvocation(int charOffset, Arguments arguments) {
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/kernel/fasta_accessors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698