| Index: editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/MockAnalysisServer.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/MockAnalysisServer.java (revision 43031)
|
| +++ editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/MockAnalysisServer.java (working copy)
|
| @@ -40,6 +40,11 @@
|
| }
|
|
|
| @Override
|
| + public void analysis_getLibraryDependencies(GetLibraryDependenciesConsumer consumer) {
|
| + throw new UnsupportedOperationException();
|
| + }
|
| +
|
| + @Override
|
| public void analysis_getNavigation(String file, int offset, int length,
|
| GetNavigationConsumer consumer) {
|
| throw new UnsupportedOperationException();
|
|
|