blob: 3dd855d76c29dfae5ebca7c5f6de4e39708cff64 [file] [log] [blame]
// "Change to property access" "true"
class A(val ff: String)
fun x() {
val y = A("").ff
}