aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/extensionWithDocumentedReceiver.kt
blob: 37fc09d9d2be7cda21c84326f403514c2efc5749 (plain)
1
2
3
4
5
6
/**
 * Function with receiver
 * @receiver must be a non-empty string
 */
fun String.fn() {
}