static F1 f1_const(final B b) { ret new F1() { B get(A a) { ret b; } }; }