b3e075173b
#KT-5863 Fixed
7 lines
104 B
Kotlin
7 lines
104 B
Kotlin
inline fun test2Inline() = performWithFinally { "OK" }
|
|
|
|
fun box(): String {
|
|
return test2Inline()
|
|
}
|
|
|