Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
variables
/
changeToPropertyAccess
/
propertyCall.kt.after
blob: 3dd855d76c29dfae5ebca7c5f6de4e39708cff64 [
file
] [
log
] [
blame
]
// "Change to property access" "true"
class
A
(
val ff
:
String
)
fun x
()
{
val y
=
A
(
""
).
ff
}