// "Replace lambda with method reference" "true-preview" class NonStaticInner3 { class Foo { } interface I1 { X m(); } { I1 b2 = Foo::new; } }