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