// "Replace lambda with method reference" "false" import java.util.function.Consumer; class Test { Consumer c = (@Nonnull Integer i) -> System.out.println(i); }