Rename: Fixed rename of Java getters/setters through synthetic property references in Kotlin
#KT-8817 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
fun test(bean: Bean) {
|
||||
bean.prop2 = "a"
|
||||
println(bean.prop2)
|
||||
bean.prop2 += "a"
|
||||
}
|
||||
Reference in New Issue
Block a user