// "Create Field 'field'" "true" class Main { static void foo() { new Object() { public int field; void bar() { this.field = 0; } }; } }