Fix naming of internal default methods

This commit is contained in:
Chris Smowton
2022-10-05 15:30:37 +01:00
parent 5e182755a5
commit 34b83f01d0

View File

@@ -1683,7 +1683,7 @@ open class KotlinFileExtractor(
}
}
} else {
f.name.asString() + "\$default"
getFunctionShortName(f).nameInDB + "\$default"
}
private fun getDefaultsMethodLabel(f: IrFunction): Label<out DbCallable> {