Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
box
/
controlStructures
/
kt14839.kt
blob: c76925da31f77debade4649f79d067bd9e6b0b54 [
file
]
fun box
():
String
{
try
{
}
catch
(
e
:
Exception
)
{
inlineFunctionWithDefaultArguments
(
e
)
}
return
"OK"
}
inline
fun inlineFunctionWithDefaultArguments
(
t
:
Throwable
?
=
null
,
bug
:
Boolean
=
true
)
=
Unit