| Index: pkg/analyzer/lib/file_system/physical_file_system.dart
|
| diff --git a/pkg/analyzer/lib/file_system/physical_file_system.dart b/pkg/analyzer/lib/file_system/physical_file_system.dart
|
| index 3b256a96382dbc6aac88bf7b3ddc3b4db0f7d857..4a4298d30377c32e86bcb98c51191e3de8c46a13 100644
|
| --- a/pkg/analyzer/lib/file_system/physical_file_system.dart
|
| +++ b/pkg/analyzer/lib/file_system/physical_file_system.dart
|
| @@ -74,7 +74,7 @@ class _PhysicalFolder extends _PhysicalResource implements Folder {
|
|
|
| @override
|
| bool contains(String path) {
|
| - return posix.isWithin(this.path, path);
|
| + return isWithin(this.path, path);
|
| }
|
|
|
| @override
|
|
|