Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
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