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") ```