Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
cli
/
js
/
separateModules
/
sepModule1.kt
blob: 886c695c407f7600e90b6c7bd15f86c13ed47b55 [
file
]
package
m1
inline
fun foo
(
action
:
()
->
Int
):
Int
{
return
action
()
}