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>
This commit is contained in:
Konstantin Shcheglov 2018-03-29 21:58:09 +00:00 committed by commit-bot@chromium.org
parent b05ba71b0c
commit d53291d156

View file

@ -69,6 +69,9 @@ class MockErrorCode implements ErrorCode {
throw new StateError('Unexpected invocation of correction');
}
@override
bool get isUnresolvedIdentifier => false;
@override
String get message {
throw new StateError('Unexpected invocation of message');