Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
17f06482f2af85bda22c79ae69cdf72f6fbe574c
/
.
/
analysis
/
analysis-api
/
testData
/
referenceResolve
/
thisWithLabelToProperty_caretAtThis.kt
blob: ea21d4a3331da284f7cd233fee052b6174002632 [
file
]
class
Foo
{
val
String
.
foo
:
Any
get
()
{
return
t
<caret>
his@foo
}
}