swc/crates/swc_ecma_parser/tests/tsc/asiPreventsParsingAsInterface04.ts

7 lines
257 B
TypeScript

var declare: boolean, interface: number, I: string;
declare // This should be the identifier 'declare'
interface // This should be the identifier 'interface'
I // This should be the identifier 'I'
{} // This should be a block body