mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:13:31 -06:00
Added test.
This commit is contained in:
parent
331d26f402
commit
fc2dca2344
2
tests/cases/compiler/typeAliasDeclareKeyword01.d.ts
vendored
Normal file
2
tests/cases/compiler/typeAliasDeclareKeyword01.d.ts
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
type Foo = number;
|
||||
declare type Bar = string;
|
||||
Loading…
x
Reference in New Issue
Block a user