Psi2Ir, Fir2Ir: always include return type into signature mangle of a function
This commit is contained in:
committed by
Alexander Udalov
parent
b79903b2f4
commit
12d34589d8
+1
-1
@@ -47,7 +47,7 @@ open class FirJvmMangleComputer(
|
||||
|
||||
open fun FirFunction.specialValueParamPrefix(param: FirValueParameter): String = ""
|
||||
|
||||
private fun addReturnType(): Boolean = false
|
||||
private fun addReturnType(): Boolean = true
|
||||
|
||||
override fun copy(newMode: MangleMode): FirJvmMangleComputer =
|
||||
FirJvmMangleComputer(builder, newMode, session)
|
||||
|
||||
Reference in New Issue
Block a user