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