aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/blankLineInsideCodeBlock.kt
blob: 9430f4d58619ac0ea7f79098b7678e8e8b02c19b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * ```
 * This is a test
 *     of Dokka's code blocks.
 * Here is a blank line.
 *
 * The previous line was blank.
 * ```
 */
fun u() {

}