Renamed intention to more clear name
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(x: Foo) {
|
||||
x.foo(1)
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun foo(x: Foo) {
|
||||
<spot>x foo 1</spot>
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention converts an infix function call to a dot-qualified function call.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user