PSI: Delete succeeding semicolon along with KtElement
#KT-5487 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun f() {
|
||||
val <caret>x = 5;
|
||||
println(x + x)
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun f() {
|
||||
println(5 + 5)
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
fun f() {
|
||||
val <caret>x = 5 /**/ ;
|
||||
println(x + x)
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun f() {
|
||||
println(5 + 5)
|
||||
}
|
||||
Reference in New Issue
Block a user