Join lines could "convert to expression body" #KT-15769 Fixed (#1304)

This commit is contained in:
Toshiaki Kameyama
2017-09-21 23:15:44 +09:00
committed by Dmitry Jemerov
parent ab25beeb37
commit 0b7055f7c0
4 changed files with 25 additions and 3 deletions
@@ -0,0 +1,3 @@
fun foo(): Int {<caret>
return 1
}
@@ -0,0 +1 @@
fun foo(): Int =<caret> 1