Skip to content

Commit

Permalink
use SmaCCMethodNodeSourceIntervalFinder [feenkcom/gtoolkit#3735]
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubelka committed May 14, 2024
1 parent e3b6051 commit 886e126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GtPharoEvaluatedCode >> findSourceIntervalForContext: aContext sourceString: aSo
<return: #Interval or: nil>
| aUsedAst anInterval |
aUsedAst := aContext method sourceNodeForPC: aContext pc.
anInterval := GtPharoMethodNodeSourceIntervalFinder new
anInterval := SmaCCMethodNodeSourceIntervalFinder new
methodNode: aUsedAst;
sourceString: aSourceString;
find.
Expand Down

0 comments on commit 886e126

Please sign in to comment.