Skip to content

Commit

Permalink
Sync with Value change
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Darbord committed Dec 11, 2023
1 parent 7e536db commit 830209f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ OTelFamixValueLinker >> linkArguments: span [
OTelFamixValueLinker >> linkResult: span [
"Link the serialized result to the Famix model."

(importer isProcedure: span origin) ifTrue: [ ^ self ].
span origin isProcedure ifTrue: [ ^ self ].
importer withTypeInference: span origin declaredType do: [
(importer parseValue: (span tags at: resultKey))
typedEntity: span origin;
Expand Down

0 comments on commit 830209f

Please sign in to comment.