Files
kotlin-fork/idea/testData/refactoring/extractFunction/basic/lineWithSemicolon.kt
T
Alexey Sedunov 5166cdbc96 Introduce...: Allow semicolon extraction
#KT-7583 Fixed
2015-05-21 19:29:46 +03:00

3 lines
57 B
Kotlin
Vendored

fun foo() {
<selection>println("Hey!");</selection>
}