handle setter calls used as expression bodies in "Use property access syntax" intention
#KT-10587 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
var Thread.otherName: String
|
||||
get() = getName()
|
||||
set(value) {
|
||||
name = value
|
||||
}
|
||||
Reference in New Issue
Block a user