KT-3949 Extend selection in case of comment before several statements
#KT-3949 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun test() {
|
||||
x()
|
||||
|
||||
// <caret>comment for several lines
|
||||
foo()
|
||||
bar()
|
||||
|
||||
y()
|
||||
}
|
||||
Reference in New Issue
Block a user