Annotate Iterable.forEach and Map.forEach with HidesMembers.

#KT-10538 Fixed
#KT-10479 Fixed
This commit is contained in:
Ilya Gorbunov
2016-01-16 00:05:21 +03:00
parent 133155f4cc
commit 3d5e415c87
3 changed files with 3 additions and 0 deletions
@@ -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 {
"""