aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/sampleByFQName.kt
blob: 2c0af092d61dca879be3458b67a1fc31bbe51e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package test

fun sample() {
    println("sample")
}

/**
 * @sample test.sample
 */
fun use() {

}