Deprecate mapIndexedTo for Maps.
This commit is contained in:
@@ -178,6 +178,7 @@ fun mapping(): List<GenericFunction> {
|
||||
"""
|
||||
}
|
||||
deprecate(Strings) { forBinaryCompatibility }
|
||||
deprecate(Maps) { Deprecation("Use entries.mapIndexedTo instead.", replaceWith = "this.entries.mapIndexedTo(destination, transform)") }
|
||||
include(Maps, CharSequences, Strings)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user