From e6b76322ce8a5526194005a2b6756ed81d3fb550 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 27 Oct 2015 14:38:34 +0100 Subject: correctly render star projections --- test/data/format/starProjection.kt | 3 +++ test/data/format/starProjection.md | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 test/data/format/starProjection.kt create mode 100644 test/data/format/starProjection.md (limited to 'test/data') 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` | + -- cgit