Add quickfix for 'Illegal inline parameter modifier'
Adds inline to function if crossinline is used on parameter #KT-14046 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// "Add 'inline' to function 'foo'" "true"
|
||||
|
||||
fun foo(<caret>crossinline body: () -> Unit) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user