This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ private fun acyclicTypeMangler(visited: MutableSet<TypeParameterDescriptor>, typ
|
|||||||
if (bound == "kotlin.Any?") "" else "_$bound"
|
if (bound == "kotlin.Any?") "" else "_$bound"
|
||||||
}.joinToString("")
|
}.joinToString("")
|
||||||
}
|
}
|
||||||
return "#GENERIC" + upperBounds
|
return "#GENERIC${if (type.isMarkedNullable()) "?" else ""}$upperBounds"
|
||||||
}
|
}
|
||||||
|
|
||||||
var hashString = type.getClass()!!.fqNameSafe.asString()
|
var hashString = type.getClass()!!.fqNameSafe.asString()
|
||||||
|
|||||||
Reference in New Issue
Block a user