Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxInline
/
callableReference
/
topLevel.2.kt
blob: 0632650c47cde80522ba046578aae6171eaee4e1 [
file
]
package
test
inline
fun call
(
p
:
Int
,
s
:
(
Int
)
->
Int
):
Int
{
return
s
(
p
)
}