==== tests/cases/compiler/typeParametersInStaticProperties.ts (1 errors) ==== class foo { static P: T; ~ !!! Static members cannot reference class type parameters. }