Skip to content

Commit

Permalink
Map transformed call to its original source
Browse files Browse the repository at this point in the history
  • Loading branch information
koperagen committed Jan 29, 2025
1 parent bddf7bf commit 5210863
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ class FunctionCallTransformer(
return if (element is FirResolvedNamedReference) {
@Suppress("UNCHECKED_CAST")
buildResolvedNamedReference {
source = call.calleeReference.source
this.name = element.name
resolvedSymbol = originalSymbol
} as E
Expand Down

0 comments on commit 5210863

Please sign in to comment.