// "Replace method call on lambda with lambda body" "true" import java.util.function.Function; public class Test { public static void main(String[] args) { /* bar */ /* who-hoo */ String s = "foo"; } }