Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
boxingOptimization
/
simple.kt
blob: 949ce2fddaaefc2a687ef2d5b4d2ec851804fe07 [
file
]
inline
fun foo
(
x
:
Int
,
block
:
(
Int
)
->
Int
)
:
Int
{
return
block
(
x
)
}
fun bar
()
{
foo
(
1
)
{
x
->
x
+
1
}
}
// 1 java/lang/Integer.valueOf
// 1 intValue