| 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 cebbc3a839c08ad99e32659b46b59422804728c3..0e5647b3fbbf9c5cb8f946020ca540414ae8885d 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
|
| @@ -24,7 +24,7 @@ class TestSource implements Source {
|
| throw new UnsupportedOperationException();
|
| }
|
| bool exists() => true;
|
| - bool isInSystemLibrary() {
|
| + bool get isInSystemLibrary {
|
| throw new UnsupportedOperationException();
|
| }
|
| Source resolve(String uri) {
|
|
|