TypeScript/tests/cases/compiler/interfaceWithImplements1.ts
2014-07-12 17:30:19 -07:00

4 lines
57 B
TypeScript

interface IFoo { }
interface IBar implements IFoo {
}