Fix typo in Objective-C collections runtime support
This commit is contained in:
committed by
SvyatoslavScherbina
parent
745b99a61e
commit
937bf5bcbc
@@ -144,7 +144,6 @@ internal class NSDictionaryAsKMap : Map<Any?, Any?>, ObjCObjectWrapper {
|
||||
|
||||
override val size: Int get() = this@NSDictionaryAsKMap.size
|
||||
|
||||
@SymbolName("Kotlin_NSSetAsKSet_iterator")
|
||||
override fun iterator(): Iterator<Map.Entry<Any?, Any?>> = this@NSDictionaryAsKMap.EntryIterator()
|
||||
|
||||
override fun contains(element: Map.Entry<Any?, Any?>): Boolean {
|
||||
|
||||
Reference in New Issue
Block a user