Join lines could "convert to expression body" #KT-15769 Fixed (#1304)
This commit is contained in:
committed by
Dmitry Jemerov
parent
ab25beeb37
commit
0b7055f7c0
@@ -0,0 +1,3 @@
|
||||
fun foo(): Int {<caret>
|
||||
return 1
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
fun foo(): Int =<caret> 1
|
||||
Reference in New Issue
Block a user