// @experimentalDecorators: true // @emitDecoratorMetadata: true export class C { @Decorate member: TypeVariable; }