6 lines
72 B
Kotlin
Vendored
6 lines
72 B
Kotlin
Vendored
package usage
|
|
|
|
fun useF() {
|
|
inline.f { println("to be inlined") }
|
|
}
|