Files
Android11/external/dokka/core/testdata/functions/functionWithReceiver.kt
2023-10-13 14:01:41 +00:00

12 lines
115 B
Kotlin

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