aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/sampleByShortName.md
blob: 7093179d1d1ce083a8b6ad6a6c6f7f45ca9d77a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- File: test/test/sample.md -->
[test](../index.md) / [test](index.md) / [sample](./sample.md)

# sample

`fun sample(): Unit`
<!-- File: test/test/use.md -->
[test](../index.md) / [test](index.md) / [use](./use.md)

# use

`fun use(): Unit`

``` kotlin
println("sample")
```