flutter/packages/flutter_tools/lib
Todd Volkert a0666f330e Update Process.exitCode setter to not use @override (#7434)
As of Dart SDK 1.22.0-dev.5.0, `Process.exitCode` is no longer
mutable (that SDK version picks up e5a16b1ca5).
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.
2017-01-10 21:33:04 -08:00
..
src Update Process.exitCode setter to not use @override (#7434) 2017-01-10 21:33:04 -08:00
executable.dart Force all dart:io usage to go through 'base/io.dart' (#7390) 2017-01-09 08:37:00 -08:00