aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/website/sample.md
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/website/sample.md')
-rw-r--r--core/testdata/format/website/sample.md9
1 files changed, 0 insertions, 9 deletions
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 <a href="#">keySelector</a> function
applied to each element and returns a map where each group key is associated with a list of corresponding elements.
-<div class="sample" markdown="1">
-
``` kotlin
-
-fun main(args: Array<String>) {
-//sampleStart
if (true) {
println(property)
}
-//sampleEnd
-}
```
</div>
-</div>
-
<div class="overload-group" markdown="1">
<div class="signature"><code><span class="keyword">fun </span><span class="identifier">foo</span><span class="symbol">(</span><span class="parameterName" id="$foo(kotlin.Int)/i">i</span><span class="symbol">:</span>&nbsp;<span class="identifier">Int</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Int</span></code></div>