android13/external/dokka/core/testdata/functions/functionWithReceiver.kt

12 lines
115 B
Kotlin

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