Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa9971c

Browse files
smowtonigfoo
authored andcommitted
Uniformly use getFunctionShortName
1 parent c5e8562 commit fa9971c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/kotlin-extractor/src/main/kotlin/KotlinUsesExtractor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ class X {
496496
}
497497

498498
fun getFunctionLabel(f: IrFunction, parentId: Label<out DbElement>) =
499-
getFunctionLabel(parentId, f.name.asString(), f.valueParameters, f.returnType, f.extensionReceiverParameter)
499+
getFunctionLabel(parentId, getFunctionShortName(f), f.valueParameters, f.returnType, f.extensionReceiverParameter)
500500

501501
fun getFunctionLabel(
502502
parentId: Label<out DbElement>,

0 commit comments

Comments
 (0)