Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
navigation
/
gotoDeclaration
/
thisInExtensionPropertyAccessor.test
blob: 4e5a8e6c8a4c01753696ae2ebec9ed5a7436552f [
file
] [
log
] [
blame
]
// FILE: before.kt
val
String
.
test
:
String
get
()
{
return
<caret>
this
}
// FILE: after.kt
val
<caret>
String
.
test
:
String
get
()
{
return
this
}