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

6 lines
184 B
TypeScript

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