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