type T = any; export default class { p: T; constructor() { this.p = 0; } }