New Intention Action: Replace a dot-qualified function call with an infix function call.
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo(x: Foo) {
|
||||
x.<caret>foo(1) { it * 2 }
|
||||
}
|
||||
Reference in New Issue
Block a user