1: package javahints; 2: 3: public class TestShortErrors5 { 4: 5: public TestShortErrors5() { 6: create().test = 4; 7: } 8: 9: }