Repro: ```dart void foo(void Function(int) fn) {} void bar() { foo((__) {}); `unnecessary_underscores` } ``` For the above case, we could apply this automatically. CC @bwilkerson