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

Unified Diff: sdk/lib/io/process.dart

Issue 2542323002: Remove exitCode setter from dart:io's Process. (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/process.dart
diff --git a/sdk/lib/io/process.dart b/sdk/lib/io/process.dart
index 6159113c75ebfbb450c9278aff60450009c52048..c0781fe4f6f38d43e4112e2f6ad76ffb7dddbe19 100644
--- a/sdk/lib/io/process.dart
+++ b/sdk/lib/io/process.dart
@@ -229,7 +229,7 @@ abstract class Process {
* get the original 32-bit value use `(0x100000000 + exitCode) &
* 0xffffffff`.
*/
- Future<int> exitCode;
+ Future<int> get exitCode;
/**
* Starts a process running the [executable] with the specified
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698