3 lines
135 B
Kotlin
Vendored
3 lines
135 B
Kotlin
Vendored
// "Replace with 'crossinline'" "true"
|
|
|
|
inline fun inlineFun(@inlineOptions(InlineOption.ONLY_LOCAL_RETURN)<caret> block: () -> Int) {} |