// "Replace lambda with method reference" "true-preview" class Example { interface I { String foo(Integer i); } { I i = (i1) -> i1.toString(); } }