Skip to content
This repository was archived by the owner on Aug 18, 2018. It is now read-only.

Commit 5839d18

Browse files
committed
Fix analyzer warning by updating _MockSdkSource.
[email protected] Review URL: https://codereview.chromium.org//2278593004 .
1 parent 3a35805 commit 5839d18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/dart_sdk.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ class _MockSdkSource implements UriAnnotatedSource {
182182

183183
Source get source => this;
184184

185+
Source get librarySource => null;
186+
185187
_MockSdkSource(this.uri, this._contents);
186188

187189
bool exists() => true;

0 commit comments

Comments
 (0)