Index: pkg/front_end/lib/src/fasta/kernel/frontend_accessors.dart |
diff --git a/pkg/front_end/lib/src/fasta/kernel/frontend_accessors.dart b/pkg/front_end/lib/src/fasta/kernel/frontend_accessors.dart |
index a9e7100c73d0ddbbf6489fd7c18abf145710b93c..ce7484c74ec4c9b891c82704a232311a254cad97 100644 |
--- a/pkg/front_end/lib/src/fasta/kernel/frontend_accessors.dart |
+++ b/pkg/front_end/lib/src/fasta/kernel/frontend_accessors.dart |
@@ -147,8 +147,7 @@ class PropertyAccessor extends Accessor { |
} |
} |
- PropertyAccessor.internal( |
- this.receiver, this.name, this.getter, this.setter); |
+ PropertyAccessor.internal(this.receiver, this.name, this.getter, this.setter); |
_makeSimpleRead() => new PropertyGet(receiver, name, getter); |
_makeSimpleWrite(Expression value, bool voidContext) { |