TypeScript/tests/baselines/reference/asiPreventsParsingAsInterface01.types
2015-06-04 15:09:09 -07:00

13 lines
364 B
Text

=== tests/cases/conformance/interfaces/interfaceDeclarations/asiPreventsParsingAsInterface01.ts ===
var interface: number, I: string;
>interface : number
>I : string
interface // This should be the identifier 'interface'
>interface : number
I // This should be the identifier 'I'
>I : string
{} // This should be a block body