ConvertToBlockBodyAction - refactoring

This commit is contained in:
Valentin Kipyatkov
2015-04-14 21:50:28 +03:00
parent b201e60081
commit b980d98af6
9 changed files with 23 additions and 36 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>