Introduce...: Allow semicolon extraction
#KT-7583 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
<selection>println("Hey!");</selection>
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fun foo() {
|
||||
__dummyTestFun__()
|
||||
}
|
||||
|
||||
private fun __dummyTestFun__() {
|
||||
println("Hey!");
|
||||
}
|
||||
Reference in New Issue
Block a user