// "Qualify the call with 'A.this'" "false" class A { static class B { class C { String name(String key) { return name(); } } } String name(){ return ""; } }