aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/see.kt
blob: a0b153b02344bd02b2b09400ac5703fcef84772e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * @see foo
 * @see bar
 */
fun quux() {
}

fun foo() {
}

fun bar() {
}