// "Replace lambda with method reference" "true-preview" class Example { { long[][] avg = collect(long[][]::new); } interface P { T _(int i); } T collect(P p) { return null; } }