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