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