Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d53291d

Browse files
scheglovcommit-bot@chromium.org
authored andcommitted
Fix MockErrorCode after adding isUnresolvedIdentifier.
R=brianwilkerson@google.com Change-Id: Ic8bb1bbc9ade3e895f59ece50f29c012a4d7284f Reviewed-on: https://dart-review.googlesource.com/48801 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
1 parent b05ba71 commit d53291d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/analyzer_cli/test/mocks.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ class MockErrorCode implements ErrorCode {
6969
throw new StateError('Unexpected invocation of correction');
7070
}
7171

72+
@override
73+
bool get isUnresolvedIdentifier => false;
74+
7275
@override
7376
String get message {
7477
throw new StateError('Unexpected invocation of message');

0 commit comments

Comments
 (0)