Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
smartSelection
/
labelledThis.kt
blob: 18c78ade4f76e702bb9c317e467b3d03a3e15031 [
file
] [
log
] [
blame
]
class
Foo
()
{
val s
=
th
<caret>
is
@Foo
.
toString
()
}
// 'this' should not be listed, only 'this@Foo'
/*
this@Foo
this@Foo.toString()
*/