FIR: Support proper loading of Map.merge
This commit is contained in:
@@ -116,6 +116,10 @@ private fun StringBuilder.appendConeType(coneType: ConeKotlinType) {
|
||||
appendClassLikeType(representative.coneTypeUnsafe())
|
||||
}
|
||||
}
|
||||
is ConeDefinitelyNotNullType -> {
|
||||
appendConeType(coneType.original)
|
||||
return
|
||||
}
|
||||
is ConeFlexibleType -> {
|
||||
appendConeType(coneType.lowerBound)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user