KT-5522 Rename refactoring on implicit lambda parameter 'it' should be allowed
#KT-5522 fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun f() {
|
||||
val f: (Int) -> Int = { <caret>it + it }
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun f() {
|
||||
val f: (Int) -> Int = { y -> y + y }
|
||||
}
|
||||
Reference in New Issue
Block a user