Preserve comments in "Remove variable" quick fix #KT-23753 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
61edfaced5
commit
633679ac16
@@ -0,0 +1,6 @@
|
||||
// "Remove variable 'a'" "true"
|
||||
var cnt = 5
|
||||
fun getCnt() = cnt++
|
||||
fun f() {
|
||||
var <caret>a = getCnt() // comment
|
||||
}
|
||||
Reference in New Issue
Block a user