// "Replace method call on method reference with corresponding method call" "true" import java.util.function.ToIntFunction; class Test { { int i = Integer.parseInt("123"); } }