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