864f99782e
#KT-30910 Fixed
7 lines
151 B
Plaintext
Vendored
7 lines
151 B
Plaintext
Vendored
// PROBLEM: "Use of getter method instead of property access syntax"
|
|
// WITH_RUNTIME
|
|
import java.io.File
|
|
|
|
fun foo(file: File) {
|
|
file.absolutePath
|
|
} |