그래서 이딴 코드도 compile이 된다
import java.util.Map; import java.util.HashMap; class Test { public static void main(String[] args) { Map<String, String> testMap = new HashMap<>(); testMap.get(42); } }
정말 보고 어이 없어서 적음.