Index: pkg/analysis_server/test/services/completion/dart/optype_test.dart |
diff --git a/pkg/analysis_server/test/services/completion/dart/optype_test.dart b/pkg/analysis_server/test/services/completion/dart/optype_test.dart |
index eeada57727ebe8d0deaacd4067682c9a6cd67c4a..2fe206b08c22a618a4dec3078ba5190ada985ec7 100644 |
--- a/pkg/analysis_server/test/services/completion/dart/optype_test.dart |
+++ b/pkg/analysis_server/test/services/completion/dart/optype_test.dart |
@@ -1572,5 +1572,8 @@ class _TestSource implements Source { |
@override |
Source get source => this; |
+ @override |
+ Uri get uri => new Uri.file(fullName); |
+ |
noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation); |
} |