Skip to content

Commit

Permalink
Merge pull request #872 from moosetechnology/isShadowed
Browse files Browse the repository at this point in the history
Update #isShadowed
  • Loading branch information
jecisc authored Jan 15, 2025
2 parents 82a062c + 8f1acc3 commit 399f963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Famix-Traits/FamixTShadowable.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ FamixTShadowable >> isShadowable [
{ #category : #testing }
FamixTShadowable >> isShadowed [

^ self shadowingEntity isNotNil
^ self shadowingEntities isNotEmpty
]

{ #category : #accessing }
Expand Down

0 comments on commit 399f963

Please sign in to comment.