4 lines
45 B
Kotlin
Vendored
4 lines
45 B
Kotlin
Vendored
package foo
|
|
|
|
fun <T> myRun(f: () -> T) = f()
|