kookmin-sw / 2018-cap1-2

코웨이 (Coding Wherever Easily)
https://kookmin-sw.github.io/2018-cap1-2/
6 stars 1 forks source link

변수 매칭 시 제너릭스 매칭도 추가할 것 #44

Open occidere opened 6 years ago

occidere commented 6 years ago

변수 매칭 시 제너릭스 매칭도 추가할 것

ex)

hm = new HashMap<String, String>();
-> HashMap<String, String> hm = new HashMap<String, String>();