From 039bb97123fd8a74b9954598d7a102e235fd108d Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Wed, 30 Nov 2016 18:25:57 +0300 Subject: Fixed tests for sample formats --- core/testdata/format/website/sample.md | 9 --------- 1 file changed, 9 deletions(-) (limited to 'core/testdata/format/website/sample.md') diff --git a/core/testdata/format/website/sample.md b/core/testdata/format/website/sample.md index 203f1b02..7c11790f 100644 --- a/core/testdata/format/website/sample.md +++ b/core/testdata/format/website/sample.md @@ -14,23 +14,14 @@ 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 - -fun main(args: Array) { -//sampleStart if (true) { println(property) } -//sampleEnd -} ```
- -
fun foo(i: Int): Int
-- cgit