Files
2014-03-07 21:08:14 +04:00

3 lines
39 B
Kotlin
Vendored

fun invoke(f: () -> Unit) {
(f)()
}