class A { { bar() = () -> {};; } I bar() {} } interface I { void run(); } @Anno(() -> {})