stdlib: stream() for Map #KT-6547 Fixed

This commit is contained in:
Ilya Ryzhenkov
2015-01-23 16:17:42 +03:00
parent 8873be22d5
commit bfeb21afb0
3 changed files with 18 additions and 0 deletions
@@ -6,6 +6,7 @@ fun streams(): List<GenericFunction> {
val templates = arrayListOf<GenericFunction>()
templates add f("stream()") {
include(Maps)
doc { "Returns a stream from the given collection" }
returns("Stream<T>")
body {