Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxInline
/
tryCatchFinally
/
kt5863.1.kt
blob: 0e32fe8b17944238d491e50e06dbabc020aefe1d [
file
]
inline
fun test2Inline
()
=
performWithFinally
{
"OK"
}
fun box
():
String
{
return
test2Inline
()
}