Hacker News new | past | comments | ask | show | jobs | submit login
An Extremely Common and Terrible Line of Java (paultyma.blogspot.com)
6 points by zinxq on Feb 2, 2018 | hide | past | favorite | 1 comment



    List<string> myList = new ArrayList<string>();
shows up as

    List myList = new ArrayList();




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: