Files
kotlin-fork/js/js.translator/testData/box/closure/_common.kt
T

4 lines
45 B
Kotlin
Vendored

package foo
fun <T> myRun(f: () -> T) = f()