| Index: pkg/analyzer/lib/file_system/file_system.dart
|
| diff --git a/pkg/analyzer/lib/file_system/file_system.dart b/pkg/analyzer/lib/file_system/file_system.dart
|
| index d4ee0301f0d0753fbb6ca43fb25d26bcf0221cb1..41d6f848f39f8e45a0d478f10737eba0f14571a7 100644
|
| --- a/pkg/analyzer/lib/file_system/file_system.dart
|
| +++ b/pkg/analyzer/lib/file_system/file_system.dart
|
| @@ -166,6 +166,11 @@ abstract class Resource {
|
| * this folder.
|
| */
|
| bool isOrContains(String path);
|
| +
|
| + /**
|
| + * Return a Uri representing this resource.
|
| + */
|
| + Uri toUri();
|
| }
|
|
|
| /**
|
|
|