Renamed intention

This commit is contained in:
Valentin Kipyatkov
2015-04-29 18:19:09 +03:00
parent 2de466970d
commit d1afff1612
33 changed files with 120 additions and 120 deletions
@@ -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 a dot qualified method call to an infix function call.
</body>
</html>