Uniformly use getFunctionShortName

This commit is contained in:
Chris Smowton
2021-12-07 14:27:39 +00:00
committed by Ian Lynagh
parent c5e85620e7
commit fa9971c6f3

View File

@@ -496,7 +496,7 @@ class X {
}
fun getFunctionLabel(f: IrFunction, parentId: Label<out DbElement>) =
getFunctionLabel(parentId, f.name.asString(), f.valueParameters, f.returnType, f.extensionReceiverParameter)
getFunctionLabel(parentId, getFunctionShortName(f), f.valueParameters, f.returnType, f.extensionReceiverParameter)
fun getFunctionLabel(
parentId: Label<out DbElement>,