diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-10-27 14:38:34 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-10-29 11:57:20 +0100 |
commit | e6b76322ce8a5526194005a2b6756ed81d3fb550 (patch) | |
tree | 1aa23fb04a5b160169beb96fdb16c327384fafef /test/data | |
parent | cf0932d7ef77ccecb438dabeb0f2c83e4bbe8dbc (diff) | |
download | dokka-e6b76322ce8a5526194005a2b6756ed81d3fb550.tar.gz dokka-e6b76322ce8a5526194005a2b6756ed81d3fb550.tar.bz2 dokka-e6b76322ce8a5526194005a2b6756ed81d3fb550.zip |
correctly render star projections
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/format/starProjection.kt | 3 | ||||
-rw-r--r-- | test/data/format/starProjection.md | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/test/data/format/starProjection.kt b/test/data/format/starProjection.kt new file mode 100644 index 00000000..1532c830 --- /dev/null +++ b/test/data/format/starProjection.kt @@ -0,0 +1,3 @@ +public inline fun Iterable<*>.containsFoo(element: Any?): Boolean { + return false +} diff --git a/test/data/format/starProjection.md b/test/data/format/starProjection.md new file mode 100644 index 00000000..10114081 --- /dev/null +++ b/test/data/format/starProjection.md @@ -0,0 +1,8 @@ +[test](test/index) / [Iterable](test/-iterable/index) + + +### Extensions for Iterable + + +| [containsFoo](test/-iterable/contains-foo) | `inline fun Iterable<*>.containsFoo(element: Any?): Boolean` | + |