2cd8fc1e97
(Disabled; comment in to enable.) The command calls out to the DAS using the bulk fix protocol to fix all bulk-fixable issues. Fixable diagnostics are captured in the `BulkFixProcessor.lintProducerMap`. Sample output: ``` [~/src/repos/dart/sdk/pkg/dartdev] (fix_cmd) $ dart bin/dartdev.dart fix *** The `fix` command is provisional and subject to change or removal in future releases. *** Computing fixes in dartdev... 5.0s Applying fixes to: lib/dummy2.dart lib/dummy.dart Done. ``` Change-Id: I71f82623a452cb747bfc13dba0bb764ec9b1a15b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156046 Reviewed-by: Jaime Wren <jwren@google.com> Reviewed-by: Devon Carew <devoncarew@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Phil Quitslund <pquitslund@google.com>