Added
- Datafow: The dataflow engine now handles if-then-else expressions as in OCaml,
Ruby, etc. Previously it only handled if-then-else statements. (#4965)
Fixed
- Kotlin: support for ellispis in class parameters, e.g..
class Foo(...) {}
(#5180) fixed_lines
is once again included in JSON output when running with--autofix --dryrun