We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247e183 commit a055d82Copy full SHA for a055d82
src/TreeSitter-CLanguage/TSCImporterVisitor.class.st
@@ -40,7 +40,7 @@ TSCImporterVisitor >> extractSourceAnchor: aTSNode [
40
sourceAnchor := FamixCIndexedFileAnchor new
41
startPos: aTSNode startByte;
42
endPos: aTSNode endByte.
43
- fileName ifNotNil: [ sourceAnchor filename: fileName ].
+ fileName ifNotNil: [ sourceAnchor fileName: fileName ].
44
45
^ sourceAnchor
46
]
0 commit comments