Skip to content

Commit

Permalink
Merge pull request #855 from jecisc/isShadowable
Browse files Browse the repository at this point in the history
Add #isShadowable
  • Loading branch information
jecisc authored Nov 14, 2024
2 parents b508b8f + 66c2135 commit 896ad28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Famix-MetamodelGeneration/FamixGenerator.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -2003,6 +2003,7 @@ FamixGenerator >> defineTraits [
tThrowable comment: self commentForTThrowable.

tShadowable := builder newTraitNamed: #TShadowable.
tShadowable withTesting.
tShadowable comment: self commentForTShadowable.

tShadower := builder newTraitNamed: #TShadower.
Expand Down
7 changes: 7 additions & 0 deletions src/Famix-Traits/FamixTShadowable.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ FamixTShadowable classSide >> annotation [
^ self
]

{ #category : #testing }
FamixTShadowable >> isShadowable [

<generated>
^ true
]

{ #category : #testing }
FamixTShadowable >> isShadowed [

Expand Down

0 comments on commit 896ad28

Please sign in to comment.