mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
7 lines
257 B
TypeScript
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
|