Add a missed todo comment

Change-Id: I48dd729555861e87240be137d7a35d76dabeca6a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/299360
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Brian Wilkerson 2023-04-27 21:53:38 +00:00 committed by Commit Queue
parent 310f854c24
commit 7d9340156e

View file

@ -49,6 +49,8 @@ class F0 {}
''');
// Part of the purpose of this test is to ensure that we don't suggest names
// from other imports ('C0' and 'D0') or locally defined names ('F0').
// TODO(scheglov) It might be also interesting what happens when we have
// just a getter, just a setter, a pair of a getter and a setter.
assertResponse(r'''
suggestions
A0