Extract Function: Extract block contents

#KT-8235 Fixed
This commit is contained in:
Alexey Sedunov
2015-06-24 18:26:13 +03:00
parent 4e7200d8e8
commit febf725e85
4 changed files with 22 additions and 10 deletions
@@ -0,0 +1,5 @@
fun test() {
if (true) <selection>{
println("Hello world!")
}</selection>
}