Skip to content

Commit

Permalink
Added missing accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Dec 17, 2024
1 parent 5fa9b8b commit 88ab4fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/IllimaniProfiler/IllAllocationSite.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ IllAllocationSite >> method: aCollection [
method := aCollection
]

{ #category : 'accessing' }
IllAllocationSite >> offset [

^ offset
]

{ #category : 'accessing' }
IllAllocationSite >> offset: anInteger [

Expand Down

0 comments on commit 88ab4fb

Please sign in to comment.