aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/indentedCodeBlock.kt
blob: 19c5365b6f9ad5ea223bc89bf7dfa0294207c1a9 (plain)
1
2
3
4
5
6
7
8
9
10
/**
 * Create a new Foo value as follows:
 *
 *    val foo = Foo.create {
 *        type { "ABC" }
 *    }
 */
fun foo() {

}