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):
|
||||
if (foo.hashCode() == foo.hash().toInt()) {
|
||||
// toString (virtually):
|
||||
println(map.keys.map { it.toString() }.min() == foo.description())
|
||||
println(listOf(foo, pair).map { it.toString() }.min() == foo.description())
|
||||
}
|
||||
|
||||
println(globalString)
|
||||
|
||||
Reference in New Issue
Block a user