Remove exitCode setter from dart:io's Process.

Fixes #27950

R=fschneider@google.com

Review URL: https://codereview.chromium.org/2542323002 .
This commit is contained in:
Ryan Macnak 2016-12-01 14:35:12 -08:00
parent 66bc760621
commit e5a16b1ca5

View file

@ -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