Files
kotlin-fork/js/js.translator/testData/closure/_commonFiles/utils.kt
T
2015-06-17 11:17:08 +03:00

4 lines
44 B
Kotlin
Vendored

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