Minor: remove anonymous class for Map.asSequence

This commit is contained in:
Ilya Gorbunov
2016-08-03 16:50:15 +03:00
parent fb99919c59
commit bb774cea76
2 changed files with 3 additions and 1 deletions
@@ -42,6 +42,8 @@ fun sequences(): List<GenericFunction> {
"""
}
body(Maps) { "return entries.asSequence()" }
doc(Sequences) { "Returns this sequence as a [Sequence]."}
inline(Sequences) { Inline.Only }
body(Sequences) { "return this" }