Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
70b97c5abe682fb7598fc5070d94c39256a0baa4
/
.
/
compiler
/
testData
/
codegen
/
box
/
functions
/
kt48989.kt
blob: bf49e07aa1558f6fd8a4311bb3bd6b7cf82a93f8 [
file
]
// TARGET_BACKEND: JVM_IR
fun box
()
=
inlineFunctionWithDefaultArguments
(
"OK"
)
inline
fun inlineFunctionWithDefaultArguments
(
p0
:
String
=
try
{
"42"
}
finally
{
},
p1
:
Any
=
p0
)
=
p1