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