199bff7e70
Adds inline to function if crossinline is used on parameter #KT-14046 Fixed
6 lines
94 B
Kotlin
Vendored
6 lines
94 B
Kotlin
Vendored
// "Add 'inline' to function 'foo'" "true"
|
|
|
|
fun foo(<caret>crossinline body: () -> Unit) {
|
|
|
|
}
|