Skip to content

Commit

Permalink
ASTCache fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-krivanek committed Nov 2, 2019
1 parent 2b6db2b commit bd7f9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AST-Core/ASTCache.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ASTCache class >> announceCacheReset [

{ #category : #accessing }
ASTCache class >> at: aCompiledMethod [
^ default at: aCompiledMethod
^ self default at: aCompiledMethod
]

{ #category : #accessing }
Expand Down

0 comments on commit bd7f9ce

Please sign in to comment.