3 lines
133 B
Kotlin
Vendored
3 lines
133 B
Kotlin
Vendored
// "Remove annotation" "true"
|
|
|
|
inline fun inlineFun(@inlineOptions(InlineOption.LOCAL_CONTINUE_AND_BREAK)<caret> block: () -> Int) {} |