class Foo() { val s = this@Foo.toString() } // 'this' should not be listed, only 'this@Foo' /* this@Foo this@Foo.toString() */