//// [genericTypeUsedWithoutTypeArguments3.ts] interface Foo { } interface Bar extends Foo { } //// [genericTypeUsedWithoutTypeArguments3.js]