TypeScript/tests/cases/compiler/typeAliasDeclareKeyword01.d.ts
Julian Williams fc2dca2344 Added test.
2015-10-22 18:18:57 -04:00

2 lines
46 B
TypeScript

type Foo = number;
declare type Bar = string;