return true;
if ( ResolveStates.get(state, ResolveStates.Key.IsPackageBuiltin)) {
// we check if the builtin type is defined as type name name and we only process them as a declarations
GoPsiType type = getType();
if ( type != null && type instanceof GoPsiTypeName ) {
GoPsiTypeName typeName = (GoPsiTypeName) type;
if ( ! typeName.getIdentifier().getText().equals(name)) {
return true;