Skip to content

Commit

Permalink
[analyzer] Fix setter in test
Browse files Browse the repository at this point in the history
Change-Id: Ie5d31dcf300936690d9cf476bed64b8615474e8d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/265090
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
  • Loading branch information
DanTup authored and Commit Queue committed Oct 21, 2022
1 parent 3817a4a commit 27d417d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ mixin ^M {}

void test_setter() async {
await assertLocation('''
Set f^(String v) => '';
set f^(String v) {}
''');
}

Expand Down

0 comments on commit 27d417d

Please sign in to comment.