src/share/classes/com/sun/tools/javac/code/Symbol.java

changeset 110
91eea580fbe9
parent 94
6542933af8f4
child 113
eff38cc97183
equal deleted inserted replaced
107:5a9b808557b6 110:91eea580fbe9
774 try { 774 try {
775 super.complete(); 775 super.complete();
776 } catch (CompletionFailure ex) { 776 } catch (CompletionFailure ex) {
777 // quiet error recovery 777 // quiet error recovery
778 flags_field |= (PUBLIC|STATIC); 778 flags_field |= (PUBLIC|STATIC);
779 this.type = new ErrorType(this); 779 this.type = new ErrorType(this, Type.noType);
780 throw ex; 780 throw ex;
781 } 781 }
782 } 782 }
783 783
784 public List<Type> getInterfaces() { 784 public List<Type> getInterfaces() {

mercurial