Fixed Convert to foreach intention loosing comments
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun foo() {
|
||||
val list = 1..4
|
||||
|
||||
<caret>for (x in list) {
|
||||
// comment
|
||||
var v = x + 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user