[IR Serialization] Removed native-specific hack in mangler
This commit is contained in:
-1
@@ -209,7 +209,6 @@ abstract class KotlinManglerImpl : KotlinMangler {
|
||||
val signatureSuffix =
|
||||
when {
|
||||
this.typeParameters.isNotEmpty() -> "Generic"
|
||||
returnType.isInlined -> "ValueType"
|
||||
!returnType.isUnitOrNullableUnit() -> typeToHashString(returnType, typeParameterNamer)
|
||||
else -> ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user