Files
kotlin-fork/idea/testData/quickfix/variables/changeToPropertyAccess/propertyCall.kt.after
T

7 lines
96 B
Plaintext
Vendored

// "Change to property access" "true"
class A(val ff: String)
fun x() {
val y = A("").ff
}