function f(interface: number, I: string) { interface // This should be the identifier 'interface' I // This should be the identifier 'I' {} // This should be a block body }