Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
variables
/
changeToPropertyAccess
/
nonSimpleName.kt.after
blob: b5039e3eefcec617727bb4ca6ef31411def185ee [
file
] [
log
] [
blame
]
// "Change to property access" "true"
fun x
()
{
val y
=
(
1
+
2
)
}