Add workaround to interop_objc_smoke for bug in MM
This commit is contained in:
committed by
SvyatoslavScherbina
parent
5e01a09b9a
commit
841bb51e65
@@ -46,7 +46,7 @@ fun run() {
|
|||||||
// hashCode (directly):
|
// hashCode (directly):
|
||||||
if (foo.hashCode() == foo.hash().toInt()) {
|
if (foo.hashCode() == foo.hash().toInt()) {
|
||||||
// toString (virtually):
|
// toString (virtually):
|
||||||
println(map.keys.map { it.toString() }.min() == foo.description())
|
println(listOf(foo, pair).map { it.toString() }.min() == foo.description())
|
||||||
}
|
}
|
||||||
|
|
||||||
println(globalString)
|
println(globalString)
|
||||||
|
|||||||
Reference in New Issue
Block a user