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