aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/gfm/sample.kt
blob: 3300d2c8c4db4f7feb25b91821e25458443d3f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * The class Foo.
 */
class Foo {
    /**
     * The method bar.
     */
    fun bar() {

    }

    /**
     * The method baz.
     */
    fun baz() {

    }
}