Skip to content

Commit 5210863

Browse files
committed
Map transformed call to its original source
1 parent bddf7bf commit 5210863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/kotlin-dataframe/src/org/jetbrains/kotlinx/dataframe/plugin/extensions/FunctionCallTransformer.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ class FunctionCallTransformer(
328328
return if (element is FirResolvedNamedReference) {
329329
@Suppress("UNCHECKED_CAST")
330330
buildResolvedNamedReference {
331+
source = call.calleeReference.source
331332
this.name = element.name
332333
resolvedSymbol = originalSymbol
333334
} as E

0 commit comments

Comments
 (0)