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()
*/