// @declaration: true interface BoxOfFoo { item: T } interface Foo { self: this; } interface Bar extends Foo { other: BoxOfFoo; }