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