aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/blankLineInsideCodeBlock.md
blob: 1a3ef10e6778244c14e2d1f2374ec4c480063672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[test](../index.md) / [u](./u.md)

# u

`fun u(): Unit`

```
This is a test
    of Dokka's code blocks.
Here is a blank line.

The previous line was blank.
```