Intention&inspection to use synthetic property instead of get/set method call

This commit is contained in:
Valentin Kipyatkov
2015-07-08 23:12:44 +03:00
parent a014f5c8db
commit bfdc74ce74
27 changed files with 365 additions and 0 deletions
@@ -0,0 +1,6 @@
// WITH_RUNTIME
import java.io.File
fun foo(file: File) {
file.absolutePath<caret>
}