Files
kotlin/idea/testData/refactoring/extractFunction/basic/extractBlockContent.kt
Alexey Sedunov febf725e85 Extract Function: Extract block contents
#KT-8235 Fixed
2015-06-27 13:58:07 +03:00

5 lines
91 B
Kotlin
Vendored

fun test() {
if (true) <selection>{
println("Hello world!")
}</selection>
}