Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
boxingOptimization
/
simple.kt
blob: 949ce2fddaaefc2a687ef2d5b4d2ec851804fe07 [
file
] [
log
] [
blame
]
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