Added missing intention description

This commit is contained in:
Valentin Kipyatkov
2014-01-23 20:27:36 +04:00
parent 020ea99220
commit 3e4b0d960a
3 changed files with 9 additions and 0 deletions
@@ -0,0 +1 @@
fun foo(): String = "abc"
@@ -0,0 +1,3 @@
fun foo(): String {
return "abc"
}
@@ -0,0 +1,5 @@
<html>
<body>
This intention converts block body to expression body (single expression after '=' sign).
</body>
</html>