From 74fa763533b0d7db3344ed1add945e72c3a462bc Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Mon, 25 Jan 2016 13:56:01 +0100 Subject: update Dokka to internal RC: remove usages of kotlin.test --- core/testdata/format/starProjection.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/testdata/format/starProjection.md') diff --git a/core/testdata/format/starProjection.md b/core/testdata/format/starProjection.md index c9be2f58..c73a5aa9 100644 --- a/core/testdata/format/starProjection.md +++ b/core/testdata/format/starProjection.md @@ -1,8 +1,8 @@ -[test](test/index) / [kotlin.Iterable](test/kotlin.-iterable/index) +[test](test/index) / [kotlin.collections.Iterable](test/kotlin.collections.-iterable/index) -### Extensions for kotlin.Iterable +### Extensions for kotlin.collections.Iterable -| [containsFoo](test/kotlin.-iterable/contains-foo) | `fun Iterable<*>.containsFoo(element: Any?): Boolean` | +| [containsFoo](test/kotlin.collections.-iterable/contains-foo) | `fun Iterable<*>.containsFoo(element: Any?): Boolean` | -- cgit