Introduce...: Allow semicolon extraction

#KT-7583 Fixed
This commit is contained in:
Alexey Sedunov
2015-05-19 15:48:58 +03:00
parent 64892e7d28
commit 5166cdbc96
4 changed files with 21 additions and 1 deletions
@@ -0,0 +1,3 @@
fun foo() {
<selection>println("Hey!");</selection>
}
@@ -0,0 +1,7 @@
fun foo() {
__dummyTestFun__()
}
private fun __dummyTestFun__() {
println("Hey!");
}