From af81d5a311125fc30dcf9c14fc9bd9c8680e532b Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Tue, 8 Nov 2016 20:21:15 +0300 Subject: Now all sample blocks in kotlin-website wrapped in
...
And small refactoring --- core/testdata/format/website/overloadGroup.md | 2 +- core/testdata/format/website/sample.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'core/testdata/format/website') diff --git a/core/testdata/format/website/overloadGroup.md b/core/testdata/format/website/overloadGroup.md index 81cb7822..d81f86bf 100644 --- a/core/testdata/format/website/overloadGroup.md +++ b/core/testdata/format/website/overloadGroup.md @@ -31,4 +31,4 @@ Spell ID for future casts **Return** Spell ID for future casts - \ No newline at end of file + diff --git a/core/testdata/format/website/sample.md b/core/testdata/format/website/sample.md index 1a683da7..374303c0 100644 --- a/core/testdata/format/website/sample.md +++ b/core/testdata/format/website/sample.md @@ -14,6 +14,8 @@ layout: api 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) @@ -22,8 +24,10 @@ if (true) {
+ +
fun foo(i: Int): Int
-
\ No newline at end of file + -- cgit