//// [typeParametersInStaticProperties.ts] class foo { static P: T; } //// [typeParametersInStaticProperties.js] var foo = (function () { function foo() { } return foo; })();