aboutsummaryrefslogtreecommitdiff
path: root/test/data/functions/functionWithReceiver.kt
blob: 663c3e56043f20614b65460a2b6a39c4ea6a1181 (plain)
1
2
3
4
5
/**
 * Function with receiver
 */
fun String.fn() {
}