aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/linkWithLabel.kt
blob: 4a85c505ee15d405f412259b0dd9a667aa915d7e (plain)
1
2
3
4
5
6
/**
 * Use [this method][Bar.foo] for best results.
 */
class Bar {
    fun foo() {}
}