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