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