mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-14 09:49:40 -05:00
Added test.
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user