Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
99fe570405afa1c9b8db34c3fcff87c945c48255
/
.
/
analysis
/
analysis-api
/
testData
/
danglingFileReferenceResolve
/
preferSelf
/
privateProperty.kt
blob: 6ff82e2f1604292d64292a0161e352d65f376614 [
file
]
class
Foo
(
private
val name
:
String
)
{
private
fun foo
()
{
nam
<caret>
e
.
length
}
}