Use property access syntax: fix problem text and highlight range
#KT-30910 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
bf5b559923
commit
864f99782e
@@ -0,0 +1,7 @@
|
||||
// PROBLEM: "Use of getter method instead of property access syntax"
|
||||
// WITH_RUNTIME
|
||||
import java.io.File
|
||||
|
||||
fun foo(file: File) {
|
||||
file.getAbsolutePath<caret>()
|
||||
}
|
||||
Reference in New Issue
Block a user