Files
kotlin/compiler/testData/cli/js/separateModules/sepModule1.kt
2018-04-10 15:58:30 +03:00

7 lines
76 B
Kotlin
Vendored

package m1
inline fun foo(action: () -> Int): Int {
return action()
}