```ts class Foo { [p: string]: any; static [p: string]: number; } ``` ``` error: Property 'prototype' of type 'Foo' is not assignable to string index type 'number'. ```