| Index: editor/util/plugins/com.google.dart.java2dart/resources/test_support_include.dart
|
| diff --git a/editor/util/plugins/com.google.dart.java2dart/resources/test_support_include.dart b/editor/util/plugins/com.google.dart.java2dart/resources/test_support_include.dart
|
| index 741018ab5f6406aa813fad4b45051745269a7957..a367169e1969fd319d09842038a0c200ba9e1a16 100644
|
| --- a/editor/util/plugins/com.google.dart.java2dart/resources/test_support_include.dart
|
| +++ b/editor/util/plugins/com.google.dart.java2dart/resources/test_support_include.dart
|
| @@ -4,6 +4,9 @@ class TestSource implements Source {
|
| bool operator ==(Object object) {
|
| return this == object;
|
| }
|
| + AnalysisContext get context {
|
| + throw new UnsupportedOperationException();
|
| + }
|
| void getContents(Source_ContentReceiver receiver) {
|
| throw new UnsupportedOperationException();
|
| }
|
|
|