Intention&inspection to use synthetic property instead of get/set method call
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
import java.io.File
|
||||
|
||||
fun foo(file: File?) {
|
||||
file?.absolutePath<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user