Annotate Iterable.forEach and Map.forEach with HidesMembers.
#KT-10538 Fixed #KT-10479 Fixed
This commit is contained in:
@@ -493,6 +493,7 @@ fun aggregates(): List<GenericFunction> {
|
||||
inline(true)
|
||||
|
||||
doc { f -> "Performs the given [action] on each ${f.element}." }
|
||||
annotations(Iterables, Maps) { "@kotlin.internal.HidesMembers" }
|
||||
returns("Unit")
|
||||
body {
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user