aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2016-01-25 13:56:01 +0100
committerDmitry Jemerov <yole@jetbrains.com>2016-01-25 13:56:01 +0100
commit74fa763533b0d7db3344ed1add945e72c3a462bc (patch)
treefc8479157aed26bcf0c4c845197e5cb0764b03d7 /core/testdata/format
parentdecb439ec77d53b317dc14ba2e07dc4cd9b188db (diff)
downloaddokka-74fa763533b0d7db3344ed1add945e72c3a462bc.tar.gz
dokka-74fa763533b0d7db3344ed1add945e72c3a462bc.tar.bz2
dokka-74fa763533b0d7db3344ed1add945e72c3a462bc.zip
update Dokka to internal RC: remove usages of kotlin.test
Diffstat (limited to 'core/testdata/format')
-rw-r--r--core/testdata/format/starProjection.md6
1 files changed, 3 insertions, 3 deletions
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&lt;*&gt;.containsFoo(element:&nbsp;Any?): Boolean` |
+| [containsFoo](test/kotlin.collections.-iterable/contains-foo) | `fun Iterable&lt;*&gt;.containsFoo(element:&nbsp;Any?): Boolean` |