aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/functions/functionWithReceiver.kt
blob: c84732515d58b03c8eeec6e46f37cd23d0b0d0cf (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * Function with receiver
 */
fun String.fn() {
}

/**
 * Function with receiver
 */
fun String.fn(x: Int) {
}