Skip to content

Commit

Permalink
fixes #16608
Browse files Browse the repository at this point in the history
Crown>>#initialize now calls super initialize
  • Loading branch information
kderichs committed May 17, 2024
1 parent 2f401d3 commit 042b3eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Coverage/Crown.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Crown >> callers [
{ #category : 'initialization' }
Crown >> initialize [

super initialize.
callees := OrderedCollection new.
callers := OrderedCollection new
]
Expand Down

0 comments on commit 042b3eb

Please sign in to comment.