//// [genericTypeUsedWithoutTypeArguments1.ts] interface Foo { } class Bar implements Foo { } //// [genericTypeUsedWithoutTypeArguments1.js] var Bar = (function () { function Bar() { } return Bar; })();