TypeScript/tests/cases/compiler/interfaceDeclaration5.ts

4 lines
75 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//@module: amd
export interface I1 { item:string; }
export class C1 { }