1<!-- File: test/test/sample.md --> 2[test](../index.md) / [test](index.md) / [sample](./sample.md) 3 4# sample 5 6`fun sample(): Unit` 7<!-- File: test/test/use.md --> 8[test](../index.md) / [test](index.md) / [use](./use.md) 9 10# use 11 12`fun use(): Unit` 13 14``` kotlin 15println("sample") 16``` 17 18