[analysis_server] link failing test to an issue

Part of #49514

Change-Id: Ie74a149b998a5901c6f1ad2a389403165167aa83
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/252582
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Ahmed Ashour 2022-07-25 16:00:19 +00:00 committed by Commit Bot
parent 6918c02ebe
commit 296f114d77

View file

@ -125,6 +125,7 @@ class B extends A {
@FailingTest(
reason: 'Generates positional arguments instead of named',
issue: 'https://github.com/dart-lang/sdk/issues/49514',
)
Future<void> test_unnamed_requiredNamed() async {
await resolveTestCode('''