Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
17f06482f2af85bda22c79ae69cdf72f6fbe574c
/
.
/
analysis
/
analysis-api
/
testData
/
referenceResolve
/
thisWithLabelToProperty_caretAtLabel.kt
blob: 630de88e7d4f5c6a1c4ba0e4cbd4548130b8ec93 [
file
]
class
Foo
{
val
String
.
foo
:
Any
get
()
{
return
this
@f
<caret>
oo
}
}