Skip to content

Commit

Permalink
Merge pull request #752 from moosetechnology/generalize-isself
Browse files Browse the repository at this point in the history
Fix `isSelf` implementation
  • Loading branch information
Gabriel-Darbord authored Apr 12, 2024
2 parents 13b49c0 + 3db159f commit 0baf7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Famix-Traits/FamixTImplicitVariable.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ FamixTImplicitVariable >> isImplicitVariable [
{ #category : #testing }
FamixTImplicitVariable >> isSelf [

^ self name == #self
^ self name = 'self'
]

{ #category : #accessing }
Expand Down

0 comments on commit 0baf7e6

Please sign in to comment.