Ctrl-W works badly for selecting body of multi-line lambda starting with comment (KT-9014)
#KT-9014 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
3d5c499773
commit
df28d34f0f
@@ -0,0 +1,7 @@
|
||||
fun run(f: () -> Unit) = 1
|
||||
fun test() {
|
||||
run {
|
||||
// test
|
||||
<caret>1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user