test to verify that renaming fields of local objects works
#KT-6528 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun test() {
|
||||
val a = object {
|
||||
val foo = 1
|
||||
}
|
||||
|
||||
a.f<caret>oo
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
fun test() {
|
||||
val a = object {
|
||||
val bar = 1
|
||||
}
|
||||
|
||||
a.bar
|
||||
}
|
||||
Reference in New Issue
Block a user