6 lines
65 B
Kotlin
Vendored
6 lines
65 B
Kotlin
Vendored
package inline
|
|
|
|
suspend fun useF() {
|
|
f { println("useF") }
|
|
}
|