We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13b49c0 + 3db159f commit 0baf7e6Copy full SHA for 0baf7e6
src/Famix-Traits/FamixTImplicitVariable.trait.st
@@ -59,7 +59,7 @@ FamixTImplicitVariable >> isImplicitVariable [
59
{ #category : #testing }
60
FamixTImplicitVariable >> isSelf [
61
62
- ^ self name == #self
+ ^ self name = 'self'
63
]
64
65
{ #category : #accessing }
0 commit comments