Convert to block body intention action

This commit is contained in:
Valentin Kipyatkov
2014-03-04 19:13:54 +04:00
parent af2a28c099
commit a2f6b99862
36 changed files with 358 additions and 17 deletions
@@ -0,0 +1,3 @@
fun foo()<spot>: String {
return "abc"
}</spot>
@@ -0,0 +1 @@
fun foo() <spot>= "abc"</spot>
@@ -0,0 +1,5 @@
<html>
<body>
This intention converts expression body (single expression after '=' sign) to block body with return statement.
</body>
</html>