1: package javahints; 2: 3: public class TestShortErrors7 { 4: 5: public TestShortErrors7() { 6: Collections.<List> emptyList(); 7: } 8: 9: }