Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: pkg/analyzer/lib/file_system/file_system.dart

Issue 2862793002: Fix a completion exception during import suggestions. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/analyzer.iml ('k') | pkg/analyzer_cli/analyzer_cli.iml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 11223c92fa8992a7505798a0ab63060c53b33b4f..687380f3c4fc823901c1ab31fd92315f4bdd2746 100644
--- a/pkg/analyzer/lib/file_system/file_system.dart
+++ b/pkg/analyzer/lib/file_system/file_system.dart
@@ -150,6 +150,8 @@ abstract class Folder implements Resource {
/**
* Return a list of existing direct children [Resource]s (folders and files)
* in this folder, in no particular order.
+ *
+ * On I/O errors, this will throw [FileSystemException].
*/
List<Resource> getChildren();
}
« no previous file with comments | « pkg/analyzer/analyzer.iml ('k') | pkg/analyzer_cli/analyzer_cli.iml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698