New Intention Action: Replace an infix function call with a dot qualified method call.
This commit is contained in:
committed by
Andrey Breslav
parent
64f67f30f0
commit
8b6bd8a184
+4
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo(x: Foo) {
|
||||
<caret>x == x
|
||||
}
|
||||
Reference in New Issue
Block a user