import java.util.Map; class Test { public static void main(String[] args) { Map map = make(); } public static Map make() { return null; } }