// "Replace lambda with method reference" "true-preview" class Example { static void foo() { Ar a = String[]::new; } interface Ar { T[] _(int p); } }