Made rename refactoring inplace for loop, catch and function literal parameters.

#KT-1296 fixed
This commit is contained in:
Evgeny Gerashchenko
2013-12-23 21:18:19 +04:00
parent 600bb49894
commit 90ad65bff8
18 changed files with 189 additions and 3 deletions
@@ -0,0 +1,5 @@
fun f() {
for (<caret>i in 1..2) {
println(i + i)
}
}