[IR] Use SpecialNames.NO_NAME_PROVIDED everywhere
This commit is contained in:
committed by
Space Team
parent
47d0f3593a
commit
b56f84b533
+1
-1
@@ -180,7 +180,7 @@ internal class KFunctionState(
|
|||||||
.toIntOrNull()
|
.toIntOrNull()
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun isLambda(): Boolean = irFunction.name.let { it == SpecialNames.ANONYMOUS || it == Name.special("<no name provided>") }
|
private fun isLambda(): Boolean = irFunction.name.let { it == SpecialNames.ANONYMOUS || it == SpecialNames.NO_NAME_PROVIDED }
|
||||||
|
|
||||||
override fun toString(): String {
|
override fun toString(): String {
|
||||||
return if (isLambda()) renderLambda(irFunction) else renderFunction(irFunction)
|
return if (isLambda()) renderLambda(irFunction) else renderFunction(irFunction)
|
||||||
|
|||||||
Reference in New Issue
Block a user