aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/externalReferenceLink.kt
blob: 775b2e662c8b97ea38d00942477987ddebc18c8a (plain)
1
2
3
4
5
6
7
8
9
10
/**
 * It is link to [example site][example.com]
 *
 * Sure, it is [example.com]
 *
 * [example.com]: https://example.com
 */
fun a() {

}