Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Process.exitCode setter to not use @OverRide (flutter#7434)
As of Dart SDK 1.22.0-dev.5.0, `Process.exitCode` is no longer mutable (that SDK version picks up dart-lang/sdk@e5a16b1). This change allows the tools code to pass analysis in sdk versions both before and after that change, to allow for analysis against both the host and target sdks.
- Loading branch information