Intention&inspection to use synthetic property instead of get/set method call
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo(thread: Thread?) {
|
||||
thread?.setName("name")<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user