12 lines
143 B
Kotlin
12 lines
143 B
Kotlin
|
|
/**
|
||
|
|
* ```
|
||
|
|
* This is a test
|
||
|
|
* of Dokka's code blocks.
|
||
|
|
* Here is a blank line.
|
||
|
|
*
|
||
|
|
* The previous line was blank.
|
||
|
|
* ```
|
||
|
|
*/
|
||
|
|
fun u() {
|
||
|
|
|
||
|
|
}
|