handle setter calls used as expression bodies in "Use property access syntax" intention
#KT-10587 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo(thread: Thread) {
|
||||
thread.name = "<name>"
|
||||
}
|
||||
Reference in New Issue
Block a user