package test; import java.util.Map; public class TestMapGetAsReceiver { public int foo(Map map) { return map.get("zzz").length(); } }