Add workaround to interop_objc_smoke for bug in MM

This commit is contained in:
Svyatoslav Scherbina
2018-04-11 12:13:40 +03:00
committed by SvyatoslavScherbina
parent 5e01a09b9a
commit 841bb51e65
+1 -1
View File
@@ -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)