Clean up an obsolete TODO comment

Change-Id: I5626c2d03d46517ee12333dd76d6d08cc8a36a5d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113921
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
Auto-Submit: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
This commit is contained in:
Brian Wilkerson 2019-08-20 21:59:02 +00:00 committed by commit-bot@chromium.org
parent 293eee940b
commit a5007cde35

View file

@ -901,9 +901,6 @@ class CodeChecker extends RecursiveAstVisitor {
classLowerBound, Name(element.librarySource.uri, element.name));
if (memberLowerBound == null &&
element.enclosingElement is ExtensionElement) {
// TODO(brianwilkerson) At this point, I think we need to search for the
// extension member in the lower bound of the extended type. For now we
// return in order to stop it from crashing.
return;
}
var expectedType = invokeType.returnType;