Code quality improvements

This commit is contained in:
Tamas Vajk
2022-10-03 14:03:16 +02:00
parent 90b28f04d8
commit a5172791ed
3 changed files with 1 additions and 20 deletions

View File

@@ -1914,13 +1914,6 @@ open class KotlinFileExtractor(
unaryopReceiver(id, c.dispatchReceiver, "Dispatch receiver")
}
/**
* Populate the lhs of a binary op from this call's extension receiver, and the rhs from its sole argument.
*/
fun binopExtensionMethod(id: Label<out DbExpr>) {
binopReceiver(id, c.extensionReceiver, "Extension receiver")
}
val dr = c.dispatchReceiver
when {
isFunction(target, "kotlin", "String", "plus", false) -> {