From 07a6e686db79bf7279381bccad79a0d4842f95c2 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 31 Mar 2016 20:05:48 +0200 Subject: fix testdata --- core/testdata/format/website/sample.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'core') diff --git a/core/testdata/format/website/sample.md b/core/testdata/format/website/sample.md index 1b50d76c..e416a039 100644 --- a/core/testdata/format/website/sample.md +++ b/core/testdata/format/website/sample.md @@ -8,26 +8,25 @@ layout: api # foo -
fun foo(): Int
+
fun foo(): Int
Groups elements of the original sequence by the key returned by the given keySelector function applied to each element and returns a map where each group key is associated with a list of corresponding elements. -
+ ``` kotlin if (true) { println(property) } ``` -
-
-
-
-
-
-
fun foo(i: Int): Int
-
-
-
+ + + + + +
fun foo(i: Int): Int
+ + +
\ No newline at end of file -- cgit