// "Create Field 'FIELD'" "true" class C { public void foo() { int i = ITest.FIELD; } public static interface ITest { int FIELD; } }