7c59592212
#KT-10825 Fixed
7 lines
105 B
Kotlin
Vendored
7 lines
105 B
Kotlin
Vendored
// "Change to property access" "true"
|
|
class A(val ff: String)
|
|
|
|
fun x() {
|
|
val y = A("").f<caret>f()
|
|
}
|