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