Inline refactoring: should support set/get operator
#KT-17378 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class Declaration {
|
||||
}
|
||||
|
||||
fun call() {
|
||||
val declaration = Declaration()
|
||||
val vg1 = 4
|
||||
val vg2 = 42.let { it + 1 }
|
||||
Declaration()
|
||||
val vg3 = 42.let { it + 1 }
|
||||
}
|
||||
Reference in New Issue
Block a user