Handle ERROR type
This commit is contained in:
parent
b02e035344
commit
78f73bf494
@ -103,8 +103,8 @@ public class ConvertTypeMirror extends Convertable<TypeMirror, com.sun.mirror.ty
|
||||
case ANNOTATION_TYPE:
|
||||
return (T) new ConvertAnnotationType(dt);
|
||||
}
|
||||
//case ERROR:
|
||||
// return (T) new ConvertDeclaredType((javax.lang.model.type.ErrorType)from);
|
||||
case ERROR:
|
||||
return (T) new ConvertDeclaredType((javax.lang.model.type.ErrorType)from);
|
||||
case NONE:
|
||||
case NULL:
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user