1: package javahints; 2: 3: public class TestShortErrors1 { 4: 5: public TestShortErrors1() { 6: UnknownIdentifier r; 7: } 8: 9: }