// "Qualify the call with 'A'" "true-preview" class A { class B { String name(String key) { return name(); } } static String name(){ return ""; } }