Skip to content

Commit

Permalink
Work around #34235 in front_end.
Browse files Browse the repository at this point in the history
Change-Id: I7e5d2e63bfd018d21ff9587f178440da39a5078d
Reviewed-on: https://dart-review.googlesource.com/71232
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
  • Loading branch information
stereotype441 authored and commit-bot@chromium.org committed Aug 23, 2018
1 parent 6c812c2 commit c95ef87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/front_end/lib/src/fasta/kernel/expression_generator.dart
Expand Up @@ -953,7 +953,8 @@ abstract class ContextAwareGenerator implements Generator {
{int offset: -1,
bool voidContext: false,
Procedure interfaceTarget,
bool isPreIncDec: false}) {
bool isPreIncDec: false,
bool isPostIncDec: false}) {
return makeInvalidWrite(value);
}

Expand Down

0 comments on commit c95ef87

Please sign in to comment.