Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
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
}